VSCode plug-in recommendations
Recommend some commonly used plugins in development
- Auto Close Tag: Automatically close the label
- Auto Rename Tag: Automatically rename the tag
- Code Translate: Sliding word translation plugin
- colorize: Visualize color
- CSS Variable Autocomplete: Automatic completion of CSS variables
- DotENV:
.env
File support highlighting - EditorConfig for VS Code:use
.editorconfig
Support editor format configuration - Error Lens: Directly in the editor error message
- ESLint: ESlint support plug-in
- Git Graph: Git branch view
- Git History: View file Git history
- git-commit-plugin: Git submission information plugin
- GitLens: Quickly view git submission information in the editor
- i18n Ally: i18n translation convenience plug-in
- Iconify IntelliSense: Editor visualization diagram
- Image preview: Quickly view imported picture materials
- Smart Clicks: Click the editor to select the enhancement plug-in
- Template String Converter: Automatically convert ordinary strings to template strings
- Turbo Console Log:Console Quick Output
- UnoCSS: UnoCSS support plug-in
- Vue - Official: Vue official support plug-in