vscode打開速度非常快,輕便。哈哈哈
1.git history 查看提交歷史
2.git lens 查看當前代碼修改的人
3.JavaScript (ES6) code snippets 支持es6聯(lián)想
4.vue vue語法補全
5.sass、less,支持sass之類的語法
vue中部分html標簽支持:
"files.associations": {
"*.vue":"html"
},
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
}
6.html結束標簽不能自動修改
Auto Rename Tag 插件可以解決
- 智能提示CSS類名以及id
html css support
8.es6語法支持
javascript (es6) code snippets
9.文件路徑補充
Path Autocomplete
- vue中標簽補全
Vue 2 Snippets
- VUE代碼自動補全插件
Vue VSCode Snippets
12.自動閉合HTML/XML標簽
Auto Close Tag
13.安裝eslint之后阱州,配置文件不生效,setting.json中配置如下,參考文章https://segmentfault.com/a/1190000009077086
"eslint.options": {
"configFile": "D:/working/leihuo/.eslintrc.js"
},