專案管理外掛
- VScode_icons: 語言圖示顯示
- Project Manage: 專案管理
自動格式化程式碼
- Ctrl K+Ctrl D
- beautify;
一鍵安裝不同語言的測試環境
Code Runner: 需安裝 node.js/python/GCC 等相應的執行環境 ##自動檢測程式碼規範 ESLint: 需要進行配置
前端Chrome 聯動除錯
Debugger for Chrome: 配置 launch.js 檔案
- launch Chrome
- attach to Chrome: 1. 臨時; 2. 永久
提升React 等前端開發效率的外掛
- npm
- npm intellisense
- path intellisense
- typescript hero
- Intellisense for CSS class name
繼承美化終端
開啟terminal: ctrl+` 配置setting:
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", // 使用git bash
"terminal.integrated.confirmOnExit": true, //退出終端需確認
"terminal.integrated.fontFamily": "'Consolas','華文細黑'", // 終端字型
"terminal.integrated.cursorStyle": "line" //游標為線而不是方塊```
複製程式碼