vetur
Vetur is a Visual Studio Code extension that provides comprehensive Vue.js tooling inside the editor. It focuses on Vue single-file components (.vue) and integrates features across the template, script, and style sections. The extension supplies syntax highlighting, snippet completions, Emmet support, and language service features such as IntelliSense, go-to-definition, references, and hover information. It also offers formatting and linting integration with popular tools, diagnostic reporting for template and script blocks, and code actions to fix issues or apply refactors.
Vetur includes template and script validation, code style enforcement, and navigation for Vue components, and supports
Since the rise of Volar for Vue 3 development, Vetur is less central for new Vue 3