Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vue Quick JumpNew to Visual Studio Code? Get it now.
Vue Quick Jump

Vue Quick Jump

WileyWong

| (0) | Free
Ctrl+Click to jump to file paths in Vue/JS/TS/CSS/SCSS projects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vue Jump

在 Vue 项目中,Ctrl + 点击 代码中的路径字符串,快速跳转到对应文件。

支持的路径

  • @/xxx → 项目根目录/src/xxx
  • ./xxx ../xxx → 相对路径
  • /xxx → 项目根目录

外部包(如 axios)不会触发跳转。

支持的文件类型

.js .ts .vue .css .scss

配置(可选)

如果你的项目中 @ 不是指向 src 目录,可以在设置中修改:

Ctrl+, → 搜索 vueJump.aliasPath → 改为你的目录名

或在 .vscode/settings.json 中:

{
  "vueJump.aliasPath": "src"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft