VSCode Plugins
Here are some commonly used plugins for development in VSCode:
- Auto Close Tag: Automatically close tags.
- Auto Rename Tag: Automatically rename tags.
- Code Translate: Slide word translation plugin.
- colorize: Visualize colors.
- CSS Variable Autocomplete: CSS variable autocompletion.
- DotENV: Highlight support for
.env
files. - EditorConfig for VS Code: Editor format configuration support using
.editorconfig
. - Error Lens: Direct error highlighting in the editor.
- ESLint: ESlint support plugin.
- Git Graph: Git branch visualization.
- Git History: View file Git history.
- git-commit-plugin: Git commit message plugin.
- GitLens: Quickly view git commit information in the editor.
- i18n Ally: Convenient i18n translation plugin.
- Iconify IntelliSense: Visualize icons in the editor.
- Image preview: Quickly preview imported image assets.
- Smart Clicks: Enhanced click selection in the editor.
- Template String Converter: Automatically convert plain strings to template strings.
- Turbo Console Log: Quick console log output.
- UnoCSS: UnoCSS support plugin.
- Vue - Official: Official Vue support plugin.