Simple code completion, go to reference from <template>
. It based on outline and works with either Vetur or Volar installed (uses document features).
Note that I'm currently trying to create more convenient and reliable extension for Vue2: Volar Extended.
It was mainly created for Vue@2, where just export default
is used within components.
Vetur is abandoned. It just doesn't work in some components.
Volar doesn't work without defineComponent
and some switches that must be defined in js/tsconfig locally.
- Better Snippets - Create snippets of any complexity for Vue!
- TypeScript Essential Plugins - Includes optional support for Vue + Volar (better completions, go to references and so on!)
- Move Statement - Move any statements in Vue files (such as elements in
template
/style
)!