vscode
插件記錄和主題建議+ 自動閉合標籤
+ 雙標籤更改時自動同步
+ 代碼美化工具
+ 給括號着色, 使之更易識別
+ vscode 的中文語言包
+ 顏色選擇工具
+ 吸血鬼主題
+ sublime主題
+ git 日誌
+ html, css支持
+ es6支持
+ npm包提示
+ 路徑補全
+ `React Native` 語法支持
+ `React` 語法支持
+ `Sass`支持
+ 經過github 同步插件
+ `Vue` 插件
+ 文件圖標插件
+ 在vscode中調試頁面
2018-08-07更新:
添加設置jsoncss
{ "editor.fontSize": 20, "editor.tabSize": 2, "editor.renderIndentGuides": false, "editor.fontFamily": "Courier Prime Sans", "editor.wordWrap": "on", "editor.lineHeight": 36, "explorer.confirmDragAndDrop": false, "workbench.startupEditor": "newUntitledFile", "explorer.confirmDelete": false, "gitlens.keymap": "alternate", "gitlens.advanced.messages": { "suppressShowKeyBindingsNotice": true }, "workbench.iconTheme": "vscode-icons", "workbench.colorTheme": "Flatland Monokai" }
效果:html