Vue Intellisense is a powerful Visual Studio Code extension that provides dynamic snippets and quick actions for Vue Single File Components (SFCs). Enhance your Vue 3 development workflow with context-aware completions, auto-imports, and formatting quick fixes.
Features
Dynamic Snippets for Vue SFCs
Provides script, template, and style snippets
Provides component snippets inside the <template> block
Provides props, emits and slots snippets inside the <script setup> block
Auto Import and Registration
Automatically imports and registers Vue components inserted through snippets
Quick Fixes
Format multi-attribute elements of the <template> block as multi-line
Format empty elements of the <template> block as self-closing
Requirements
To get the best experience from this extension, we recommend installing the following tool: