資源略長,適合收藏。javascript
VSCode
社區的繁榮發展,插件社區也是熱鬧非凡,插件多了選擇就多了,這裏推薦一下我經常使用的提升工做效率的插件。我用Vue
開發,因此一些插件和Vue
相關。html
VSCode
美化相關one dark pro主題前端
GlassIt-VSC(毛玻璃透明效果)java
vscode-iconsgit
local history ( vscode擁有本地恢復的某一時刻能力)shell
codeif(變量起名)
search node_modules
path-intellisense
vscode-element-helper
ant-design-vue-helper
font awesome icons
auto-close-tag
auto-rename-tag
自動導入(import) (TypeScript & TSX)
成對的括號自動添加顏色(bracket-pair-colorizer)
顏色高亮顯示
npm-intellisense
debugger for chrome
debugger for edge(Edge HTML & edge Chromium)
debugger for firefox
.env
配置文件
編輯以.env結尾的文件.
// setting.json添加這麼一句,全部以.env開頭的全都匹配 // vue下的環境配置文件命名推薦: // .env.production .env.development // .env.alpha .env.beta .env.rc { "files.associations": { ".env*": "dotenv" } } 複製代碼
.editorconfig
配置文件插件
eslint
htmlHint
// setting.json
{
"files.associations": {
"*.vue": "html", // 我沒試過,由於有vetur
}
}
複製代碼
prettier
Beautify(prettier 選擇其一)
Git History
gitlens
Vue
相關setting sync (牆裂推薦)
若是你有多臺電腦,想在不一樣電腦之間同步
VSCode
配置,就用它吧。注意: 使用gist 時記得使用private,防止私有token泄露。
todo tree
live server
jira plugin
powershell
若是你也有要分享的插件,歡迎進羣或留言。
若是入羣失敗,添加我的微信,拉你入羣,驗證消息:前端交流
關注微信公衆號,發現更多精彩內容