This extension extends Vue code editing with Go To Definition and Peek Definition support for components and filenames in single-file components with a .vue extension.
It allows quickly jumping to or peeking into files that are referenced as components (from template), or as module imports (from script).
Features
The extension supports all the normal capabilities of symbol definition tracking, but does it for css selectors (classes and IDs). This includes:
Peek: load the css file inline and make quick edits right there. (Ctrl+Shift+F12)
Go To: jump directly to the css file or open it in a new editor (F12)
Hover: show the definition in a hover over the symbol (Ctrl+hover)