Files
gt-agent-company/.cursor/skills/antfu/references/vscode-extensions.md
sexygoat 3c62cc1cd1 first
2026-03-31 18:41:52 +08:00

35 lines
872 B
Markdown

---
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) |