35 lines
872 B
Markdown
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) |
|