vscode常用扩展

218 阅读1分钟

1、Auto Close Tag (自动闭合标签)

2.Auto Import

3.Auto Rename Tag (修改标签闭合标签也跟随修改)

4.Beautify (自动对html,js,css进行格式化对齐显示)

5.Chinese (Simplified) Language Pack for Visual Studio Code(vscode中文简体语言包)

6.Color Highlight

7.EditorConfig for VS Code

8.ESLint

9.Vue Peek、File Peek、CSS Peek

10.GitLens — Git supercharged(显示文件最近的 commit 和作者,显示当前行 commit 信息)

11.HTML CSS Support

"editor.parameterHints": true,
"editor.quickSuggestions": {
  "other": true,
  "comments": true,
  "strings": true
}

设置中添加如上代码,HTML中写css会智能提示

12.htmltagwrap快捷包裹html标签

13.IntelliSense for CSS class names in HTML(css class输入提示)

14.JavaScript (ES6) code snippets(ES6语法代码段)

15.Path Autocomplete(路径完成提示)

16.Sort Typescript Imports(typescript的import排序)

17.String Manipulation(字符串转换处理(驼峰、大写开头、下划线等等))

18.stylelint

19.Trailing Spaces

20.TS/JS postfix completion(ts/js后缀提示)

21.Version Lens(package.json文件显示模块当前版本和最新版本)

22.Vetur(Vue 语法高亮显示, 语法错误检查, 代码自动补全 (配合 ESLint 插件效果更佳))

23.VSCode Great Icons(文件图标拓展)

24.VueHelper

25.Git Blame (在状态栏显示当前行的Git信息)