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

vs-alias-jump

wudy

|
360 installs
| (0) | Free
support jump to ailas
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vs-alias-jump

VS Code Extension: jump to alias file

preview

This project forked from this project.

It looks similar, but it's different.

What's diffrent?

  • Support relative path.
  • Not support webpack config.

Install

  • You can install it from the marketplace.
  • or Ctrl+Shift+P + ext install vs-alias-jump

Options

  • vs-alias-jump.alias : Defines alias for jump to file
// auto replace `${folder}` to your workspace path
"vs-alias-jump.alias": {
  "@src": "${folder}/src", // relative path
  "$home": "/Users/blahblah/..." // absolute path
}

Tip

It's good to use together.

  • Path Autocomplete : provides path completion for VS Code (alias, etc...)

Todo

  • [ ] auto generated from specific config (webpack? custom?)
  • [ ] refactoring

License

MIT

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