{"id":21570896,"url":"https://github.com/rexhang/menu-enhancements","last_synced_at":"2026-05-15T22:36:45.943Z","repository":{"id":193171014,"uuid":"688267764","full_name":"rexhang/menu-enhancements","owner":"rexhang","description":"vscode插件 - Menu Enhancements(已激活编的辑器窗口右键菜单增强)","archived":false,"fork":false,"pushed_at":"2023-09-07T06:49:56.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T06:14:57.795Z","etag":null,"topics":["vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://github.com/rexhang/menu-enhancements/releases","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rexhang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-07T02:09:09.000Z","updated_at":"2025-02-23T18:10:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa62febe-ab09-48e6-b759-6094c1df678c","html_url":"https://github.com/rexhang/menu-enhancements","commit_stats":null,"previous_names":["rexhang/menu-enhancements"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rexhang/menu-enhancements","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexhang%2Fmenu-enhancements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexhang%2Fmenu-enhancements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexhang%2Fmenu-enhancements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexhang%2Fmenu-enhancements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexhang","download_url":"https://codeload.github.com/rexhang/menu-enhancements/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexhang%2Fmenu-enhancements/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272253429,"owners_count":24900907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vscode","vscode-extension"],"created_at":"2024-11-24T11:14:12.308Z","updated_at":"2026-05-15T22:36:40.918Z","avatar_url":"https://github.com/rexhang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# menu-enhancements\n\n这是一个不错的扩展，可以在你打开的任何文件内容区域内右键 直接打开所在的磁盘目录，并且高亮显示，以及复制文件路径等功能。\n\n\u003e 如何开发\n\n```bash\nnpm i -g yo generator-code vsce\n```\n\n初始化选择 `ts` \u0026 `yarn`\n\n#### dev\n```bash\nyarn install\n```\n\n`F5` 进行实例化调试，`ctrl+shift+i` 打开 **devtools**\n\n### build\n```bash\nnpm run build\n```\n\n### how to install\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg style=\"height: 320px;\" src=\"https://github.com/rexhang/menu-enhancements/assets/14832793/a351b6a7-e1fe-4624-a6d9-5fc371001ddc\" /\u003e\n\u003c/div\u003e\n\n如图所示 vscode 内 选择到 **扩展标签** 点击 `...` 然后选择`从 VSIX 安装...` VSIX文件可以在 **[发布/构建]** 中拿到 **VSIX文件** 进行安装 [传送门](https://github.com/rexhang/menu-enhancements/releases)\n\n### preview\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg style=\"height: auto;\" src=\"https://github.com/rexhang/menu-enhancements/assets/14832793/b22e5eff-ce3d-4659-ba5c-4adea2673401\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg style=\"height: 500px;\" src=\"https://github.com/rexhang/menu-enhancements/assets/14832793/ac947521-0b04-4009-951a-f1b1e609cd1b\" /\u003e\n\u003c/div\u003e\n\n### how to use\n\n如需更改复制文件路径的拼接符号，请到用户设置里面添加这一项，默认 `auto` 根据系统自动识别\n\n```json\n\"explorer.copyRelativePathSeparator\": \"/\",\n```\n\nps: 取值范围: `/` `\\\\` `auto` 默认 `auto` 其中 `\\\\` 是转义符(\\) + `\\` 所以最终地址应该是 **app\\image\\avatar.png** window系统盘路径支持 `/`  到 `\\` 的转换 无需担心。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexhang%2Fmenu-enhancements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexhang%2Fmenu-enhancements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexhang%2Fmenu-enhancements/lists"}