autojump for VS Code
一个VS Code插件,支持通过autojump/z/zoxide快速打开指定文件夹,可配置快捷键提高效率。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
<a href="https://marketplace.visualstudio.com/items?itemName=webxmsj.autojump" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/webxmsj.autojump.svg?color=eee&label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>一个在vscode中快速打开指定文件夹的命令,支持z、autojump、zoxide你可以在 keybinds.json 中配置如下快捷键 使用 快速打开文件夹 [已自动设置]json{ "key": "cmd+o", "command": "autojump.openFolder"},{ "key": "shift+cmd+o", "command": "autojump.revealFolder"},