vscode 插件
1、Bracket Pair Colorizer
括号变颜色插件
2、Chinese
vscode中文插件
3、EditorConfig for VS Code
代码格式识别插件,比如prettier.config.js
4、ESLint
代码格式检查,如代码格式错误,则在编辑器报错
5、HTML Snippets
写HTML标签时,自动闭合
6、Import Cost
计算导入的第三方库大小
7、koroFileHeader
设置文件头部,记录代码谁写的
"fileheader.customMade": {
"Author": "name",
"Date": "Do not edit",
"LastEditors": "name",
"LastEditTime": "Do not edit",
"FilePath": "Do not edit"
},
8、LeetCode
vscode里面也能刷算法
9、Material Icon Theme
图标插件
10、Path Intellisense
文件路径自动提示
11、Prettier - Code formatter
文件格式化工具
12、Settings Sync
将vscode个人设置同步到github云上
13、Vetur && vue
vue语法高亮 格式化
14、Volar
vue3的语法支持