1. Vscode 使用需要加载的插件
| 插件 | 备注 |
|---|---|
| Chinese Language pack | |
| Live Server | |
| Auto Rename Tag | |
| Prettier | 代码格式化 |
| Color Highlight | |
| CSS Peek | |
| HTML to CSS autocompletition | |
| HTML CSS Support | |
| Code Runner | |
| Bracket Pair Colorizer 2 | |
| Better Comments | |
| Image preview | |
| Markdown Preview Enhanced | |
| Javascript code snippets | |
| node-snippets | |
| Path Intellisense | |
| Vetur | 语法高亮、标签补全、lint检查、格式化 |
| Vue VSCode Snippets | |
| Vue 3 Snippets | |
| Simple React Snippets | |
| Element UI Snippets | 打出 elf 可以一下子生成表单 |
| vue-helper | |
| eggjs |