vscode常用外掛(格式化外掛)
阿新 • • 發佈:2018-12-28
藍色版本是 穩定版本,綠色Insider 是測試版本功能多
1、vscode-fileheader
新增檔案頭
2、reactjs code snippets
react 開發的一些簡寫,提高開發效率
3、Path Autocomplete
路徑提示功能
4、Document This
標註註釋
5.ESLint
檢查程式碼是否正常
6.Prettier-code formatter
格式化程式碼
7.Guides
8.Code Runner
//右鍵執行 run code9.gitlens // git
//git 通用 顯示文字 git history的慣用
vscode 適用jsx語法
首先,得有prettier 和ESlint 外掛
然後, 檔案 --> 首選項 ---> 設定 ---> 右上角設定 {}
新增
"editor.formatOnSave": true, "javascript.format.enable": false, "prettier.eslintIntegration": true,