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"
}