在平時開發中,VS Code幾乎成了主力開發工具,這裏分享一下我的以爲比較好用的一些插件。git
VS Code經常使用插件
1.Auto Close Tag
自動閉合HTML/XML標籤
npm
2.Auto Rename Tag
自動重命名配對的HTML/XML標籤
服務器
3.Bracket Pair Colorizer
給括號加上不一樣的顏色,便於區分不一樣的區塊,使用者能夠定義不一樣括號類型和不一樣顏色
編輯器
4.Color Highlight
顏色高亮
工具
5.CSS Peek
![image.png image.png](http://static.javashuo.com/static/loading.gif)
6.EditorConfig for VS Code
此插件以項目中的.editorconfig配置文件(覆蓋掉編輯器用戶、工做區配置)爲依據,對代碼進行格式化(一般是縮進、編碼、換行符的配置)
開發工具
7.ESLint
![image.png image.png](http://static.javashuo.com/static/loading.gif)
8.Git Blame
在狀態欄顯示當前行的git信息
編碼
9.Git History
查看git log
spa
10.GitLens
顯示文件最近的commit和做者,顯示當前行commit信息
插件
11.Live Server
在VS Code中啓動一個本地服務器,而且能監聽文件變化,而後自動刷新網頁
orm
12.Markdown Preview Enhanced
![image.png image.png](http://static.javashuo.com/static/loading.gif)
13.Material Icon Theme
![image.png image.png](http://static.javashuo.com/static/loading.gif)
14.Material Theme
![image.png image.png](http://static.javashuo.com/static/loading.gif)
15.npm Intellisense
![image.png image.png](http://static.javashuo.com/static/loading.gif)
16.Path Intellisense
自動提示文件路徑,支持各類快速引入文件
![image.png image.png](http://static.javashuo.com/static/loading.gif)
17.Prettier - Code formatter
![image.png image.png](http://static.javashuo.com/static/loading.gif)
18.Sublime Text Keymap and Settings Importer
![image.png image.png](http://static.javashuo.com/static/loading.gif)
19.Tabnine Autocomplete AI: JavaScript, Python, TypeScript, PHP, Go, Java, Ruby, C/C++, HTML/CSS, C#, Rust, SQL, Bash, Kotlin, React
![image.png image.png](http://static.javashuo.com/static/loading.gif)
19.Text Marker (Highlighter)
![image.png image.png](http://static.javashuo.com/static/loading.gif)
20.Vetur
![image.png image.png](http://static.javashuo.com/static/loading.gif)
21.open in browser
![image.png image.png](http://static.javashuo.com/static/loading.gif)
其餘
Community Material Theme
![image.png image.png](http://static.javashuo.com/static/loading.gif)