Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>components-tag-jumperNew to Visual Studio Code? Get it now.
components-tag-jumper

components-tag-jumper

Kokoichi206

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

components-tag-jumper

This VSCode extension allows you to navigate to the code definition of tags named in kebab-case based on the directory structure.

Usage

0. Requiring folder structures and registered tag names

Folder structures

.
├── components
│   └── ecosystems
│       └── UsersWidget
│          └── index.vue
│   ├── atomics
│   │   └── ...
│   ├── ...
└── assets
    ├── ...

Tag names

<ecosystems-user-widget /> 

1. Activate components-tag-jumper

Just adding this extension to your VSCode.

Limitations

  • Supporting only Vue projects (specifically .vue files)
  • Requiring kebab-case tag names and camelCase filenames

License

This repository is under MIT License.

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