This VSCode extension allows you to navigate to the code definition of tags named in kebab-case based on the directory structure.
Folder structures
.
├── components
│ └── ecosystems
│ └── UsersWidget
│ └── index.vue
│ ├── atomics
│ │ └── ...
│ ├── ...
└── assets
├── ...
Tag names
<ecosystems-user-widget />
Just adding this extension to your VSCode.
- Supporting only Vue projects (specifically .vue files)
- Requiring kebab-case tag names and camelCase filenames
This repository is under MIT License.