简体中文 | English
- 🚀 Enhanced IntelliSense: Real-time preview, examples, and documentation links
- 💪 Complete TypeScript Support: Built-in type hints and type safety
- 🎯 Highly Configurable: Customize code style and coding conventions
- 📦 Rich Snippet Collection: Covers all common Vue 3 functionalities
- 🎨 UI Framework Support: Includes popular UI frameworks worldwide
- Open VS Code
- Press
Ctrl+P
/Cmd+P
- Type
ext install lushiqiang.vue3-snippets-pro
- Press Enter
Or search for "Vue 3 Snippets Pro" in VS Code Extensions Marketplace.
Prefix | Description |
---|---|
v3setup |
Vue 3 Setup SFC |
v3setup-ts |
TypeScript Setup SFC |
v3ref |
ref reactive variable |
v3reactive |
reactive object |
v3computed |
computed property |
Prefix | Description |
---|---|
v3el-search-table |
Search Table Component |
v3el-form |
Form Component |
Prefix | Description |
---|---|
v3a-search-table |
Search Table Component |
v3a-form |
Form Component |
Prefix | Description |
---|---|
v3n-search-table |
Search Table Component |
v3n-form |
Form Component |
Prefix | Description |
---|---|
v3vant-list |
List Component |
v3vant-form |
Form Component |
- Vuetify:
v3vuetify-table
- PrimeVue:
v3prime-table
- Arco Design:
v3a-search-table
{
"vue3SnippetsPro.style": {
"defaultStyle": "scss",
"scopedByDefault": true
},
"vue3SnippetsPro.formatting": {
"indentSize": 2,
"quotes": "single"
}
}
If you find this project helpful, please give it a star ⭐️
See CHANGELOG.md for release history.