first
This commit is contained in:
34
.trae/skills/antfu/references/vscode-extensions.md
Normal file
34
.trae/skills/antfu/references/vscode-extensions.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: vscode-extensions
|
||||
description: Recommended VS Code extensions
|
||||
---
|
||||
|
||||
# VS Code Extensions
|
||||
|
||||
## Recommended Extensions
|
||||
|
||||
Configure in `.vscode/extensions.json` (choose based on the needs):
|
||||
|
||||
```json
|
||||
{
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"antfu.pnpm-catalog-lens",
|
||||
"antfu.iconify",
|
||||
"antfu.unocss",
|
||||
"antfu.slidev",
|
||||
"vue.volar"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
## Extension Details
|
||||
|
||||
| Extension | Description |
|
||||
|-----------|-------------|
|
||||
| `dbaeumer.vscode-eslint` | ESLint integration for linting and formatting |
|
||||
| `antfu.pnpm-catalog-lens` | Shows pnpm catalog version hints inline |
|
||||
| `antfu.iconify` | Iconify icon preview and autocomplete |
|
||||
| `antfu.unocss` | UnoCSS IntelliSense and syntax highlighting |
|
||||
| `antfu.slidev` | Slidev preview and syntax highlighting for presentations |
|
||||
| `vue.volar` | Vue Language Features (official Vue extension) |
|
||||
Reference in New Issue
Block a user