vscode 的插件
必須
- Chinese (Simplified) Language Pack for Visual Studio Code
- Markdown Preview Enhanced
- Debugger for Chrome
- Material Icon Theme
- Material Theme
- IntelliJ IDEA Keybindings
- Prettier - Code formatter 一個代碼格式化工具
- Prettify JSON 一個 JSON 格式化工具
- open in browser
- Vetur 比較好的 Vue 語法高亮
- SonarLint 代碼健壯性檢查
- Remote - SSH 遠程xshell替代品
常用
- Auto Close Tag
- Auto Rename Tag
- Color Picker
- Tslint 添加對 TSLint 的支持
- Eslint 添加對 ESLint 的支持,高亮提示
- JavaScript (ES6) code snippets 用代碼片段加快 ES6 開發速度
- Project Manager 簡單的項目管理器,可以在你的編輯器中快速切換項目
- Sort Lines 這個插件可以對選中的代碼行進行排序
- Sync Settings 設置同步插件
PHP
- PHP Debug
- PHP Intelephense
- PHP IntelliSense
- PHP DocBlocker
- Document This 在文件中自動生成詳細的注釋
Lua
- lua 支持 lua 語言
- vscode-lua 格式化 lua 語言
theme
- Monokai Pro
other
-
npm Intellisense 在 import 導入語句中自動完成 npm 模塊
-
Auto Import 自動導入包插件
-
jumpy 快速跳轉到指定位置
-
VS Color Picker 一個小巧靈活的 web 開發的顏色選擇器(windows)
-
Vue VS Code Extension Pack 一組用於在 VS 代碼中處理 Vue 應用程序的擴展
-
Vue VSCode Snippets 快捷的提示 Vue 工作代碼片段
-
GitLens — Git supercharged 增強 Visual Studio 代碼中內置的 Git 功能
-
Formatting Toggle 允許您通過簡單的單擊來開關格式化程序
{
"workbench.colorTheme": "Solarized Light",
"editor.fontSize": 16,
"window.zoomLevel": 1,
"search.location": "panel",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"javascript.updateImportsOnFileMove.enabled": "always",
"files.autoSave": "afterDelay"
}