VScode(Visual Studio Code)必备插件

vsCode常用插件

1. 中文(简体)语言包

Chinese (Simplified) Language Pack for Visual Studio Code
VScode(Visual Studio Code)必备插件

2.Debugger for Chrome

从VS Code调试在Google Chrome中运行的JavaScript代码。
用于在Google Chrome浏览器或支持Chrome DevTools协议的其他目标中调试JavaScript代码的VS Code扩展。
VScode(Visual Studio Code)必备插件

3.beautify

格式化代码工具
美化javascript,JSON,CSS,Sass,和HTML在Visual Studio代码。
VScode(Visual Studio Code)必备插件

4.Auto Close Tag

当修改一个HTML标记时,它的配对结束标记也自动修改.唉…这个功能vscode是没有的,要装这个插件才有…当然,VS2017本来就有,另外,其它例如 webstorm等等.
VScode(Visual Studio Code)必备插件

5.Auto Rename Tag

当修改一个HTML标记时,它的配对结束标记也自动修改.
VScode(Visual Studio Code)必备插件

HTML CSS Support

智能提示CSS类名以及id
VScode(Visual Studio Code)必备插件

HTML Snippets

智能提示HTML标签,以及标签含义
VScode(Visual Studio Code)必备插件

JavaScript(ES6) code snippets

ES6语法智能提示,以及快速输入,不仅仅支持.js,还支持.ts,.jsx,.tsx,.html,.vue,省去了配置其支持各种包含js代码文件的时间
VScode(Visual Studio Code)必备插件

jQuery Code Snippets

jQuery代码智能提示
  VScode(Visual Studio Code)必备插件

open in browser

打开浏览器插件
VScode(Visual Studio Code)必备插件