Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-alias-jumpNew to Visual Studio Code? Get it now.
vscode-alias-jump

vscode-alias-jump

simonhe

|
165 installs
| (1) | Free
| Sponsor
vscode-alias-jump
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-alias-jump

English | 简体中文

⚠️ 注意

  • 此项目正在开发中,不建议在生产环境中使用。
  • 此项目只生效于根目录下配置的tsconfig.json 或 jsconfig.json
  • 目前仅支持tsconfig.json 或 jsconfig.json 中的 compilerOptions.paths 配置
  • 目前不支持monorepo项目

🌰 例子

配置完才可对 import '@/xxx' 进行解析, 实现路径映射跳转

{ 
  "compilerOptions": {
    "paths": {
        "@/*": ["src/*"],
        "~/*": ["src/*"]
    }
  }
}

🌱 灵感来源于alias-skip

:coffee:

buy me a cup of coffee

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft