一、codeGeex 自动解析代码添加注释
二、Prettier - Code formatter 代码格式化插件
 // “prettier.useEditorConfig”: false, // 是否使用editorConfig配置文件中的设置
 “prettier.semi”: true, // 句尾是否填加分号
 “prettier.singleQuote”: false, //是否使用单引号
 “prettier.trailingComma”: “none”, //禁止随时添加逗号
 “prettier.printWidth”: 200, //每行代码的限制长度
 “prettier.proseWrap”: “never”, // 文本换行
 “prettier.bracketSpacing”: true, // 在对象字面量的花括号内侧使用空格作为间隔
三、Path Intellisense(路径补全)
四、Vue - Official vue2与vue3代码提示
五、DotENV env文件高亮显示
六、CSS Peek(快速查看样式)
七、Auto Close Tag(自动闭合标签)
 当你输入一个开始标签时,它会自动插入相应的结束标签,并将光标定位在两个标签之间,方便你继续编写内容。
八、vscode extension for ECharts
 智能提示 echarts 的 options
九、Turbo Console Log
 快速高效的Console Log
十、Path Intellisense
 智能路径引入
十一、GitHub Copilot
 在编写代码时提供智能的自动完成和代码建议, 提效神器