# 一、食用说明

  • 相似功能的插件,不推荐全都装上,请挑选一个使用
  • 本列表所有插件均已测试使用过,但不代表不存在问题
  • 任何插件本身的问题,请到对于代码仓库提交 issue

# 二、拓展

名称简述
Auto Close Tag自动闭合 HTML 标签
Auto Importimport 提示
Auto Rename Tag修改 HTML 标签时,自动修改匹配的标签
Babel JavaScriptbabel 插件,语法高亮
Babelrc.babelrc 文件高亮提示
Beautify css/sass/scss/lesscss/sass/less 格式化
Better Align对齐赋值符号和注释
Better Comments编写更加人性化的注释
Bookmarks添加行书签
Bracket Lens在闭合的括号处提示括号头部的代码
Bracket Pair Colorizer 2用不同颜色高亮显示匹配的括号
Can I UseHTML5、CSS3、SVG 的浏览器兼容性检查
Code Outline展示代码结构树
Code Runner运行选中代码段(支持多数语言)
Code Spell checker单词拼写检查
CodeBing快速打开 Bing 并搜索,可配置搜索引擎
Color Highlight颜色值在代码中高亮显示
Color Info小窗口显示颜色值,rgb,hsl,cmyk,hex 等等
Color Picker拾色器
CSS-in-JSCSS-in-JS 高亮提示和转换
Dash集成 Dash
Debugger for Chrome调试 Chrome
Document This注释文档生成
DotENV.env 文件高亮
Edit csv编辑 CSV 文件
EditorConfig for VS CodeEditorConfig 插件
Emoji在代码中输入 emoji
endy将输入光标跳转到当前行最后面
Error Gutters在行号处提示错误代码
ESLintESLint 插件,高亮提示
File Peek根据路径字符串,快速定位到文件
filesize状态栏显示当前文件大小
Find-Jump快速跳转到指定单词位置
Font-awesome codes for htmlFontAwesome 提示代码段
ftp-sync同步文件到 ftp
Git Blame在状态栏显示当前行的 Git 信息
Git File History快速浏览单文件历史提交变动
Git GraphGit 图形化视图,方便浏览和操作
Git History(git log)查看 git log
Git Tree CompareGit 树形比对,查看不同分支的差异
gitignore.gitignore 文件语法
GitLens显示文件最近的 commit 和作者,显示当前行 commit 信息
GraphQL for VSCodegraphql 高亮和提示
Guides高亮缩进基准线
Gulp SnippetsGulp 代码段
Highlight Matching Tag高亮匹配选中的标签
HTML CSS Class CompletionCSS class 提示
HTML CSS Supportcss 提示(支持 vue)
HTMLHintHTML 格式提示
htmltagwrap快捷包裹 html 标签
htmltagwrap包裹 HTML
Import Beautifyimport 分组、排序、格式化
Import Cost行内显示导入(import/require)的包的大小
Indenticator缩进高亮
IntelliSense for css class namescss class 输入提示
JavaScript (ES6) code snippetsES6 语法代码段
JavaScript Standard StyleStandard 风格
Jest Runner支持执行 Jest 单个测试文件或单个用例
JS Refactor代码重构工具,提取函数、变量重命名等等
JSON to TSJSON 结构转化为 typescript 的 interface
JSON Tools格式化和压缩 JSON
jumpy快速跳转到指定单词位置
language-stylusStylus 语法高亮和提示
Less IntelliSenseless 变量与混合提示
LodashLodash 代码段
Log Wrapper生产打印选中变量的代码
markdownlintMarkdown 格式提示
MochaSnippetsMocha 代码段
Node modules resolve快速导航到 Node 模块
npm运行 npm 命令
npm Intellisense导入模块时,提示已安装模块名称
Output Colorizer彩色输出信息
Partial Diff对比两段代码或文件
Parameter Hints在函数调用处指示参数名称
Path Autocomplete路径完成提示
Path Intellisense另一个路径完成提示
Polacode将代码生成图片
PostCss Sortingcss 排序
Prettier - Code formatterprettier 官方插件
Prettify JSON格式化 JSON
Project Manager快速切换项目
Quokka.js不需要手动运行,行内显示变量结果
Rainbow CSVCSV 文件使用彩虹色渲染不同列
React Native Storybooksstorybook 预览插件,支持 react
React Playground为编辑器提供一个 react 组件运行环境,方便调试
React Standard Style code snippetsreact standar 风格代码块
REST Client发送 REST 风格的 HTTP 请求
Sasssass 插件
Settings SyncVSCode 设置同步到 Gist
Sort lines排序选中行
Sort Typescript Importstypescript 的 import 排序
String Manipulation字符串转换处理(驼峰、大写开头、下划线等等)
stylelintcss/sass/less 代码风格
SVG ViewerSVG 查看器
Syncingvscode 设置同步到 gist
Test Spec Generator测试用例生成(支持 chai、should、jasmine)
TODO ParserTodo 管理
Todo Todo Tree收集代码中的 TODO 注释,支持快速搜索
Toggle Quotes切换 JS 中的引号,"-> ' ->` |
TS/JS postfix completionts/js 后缀提示
TSLintTypeScript 语法检查
Types auto installer自动安装 @types 声明依赖
TypeScript HeroTypeScript 辅助插件,管理 import、outline 等等
TypeScript ImportTS 自动 import
TypeScript Import Sorterimport 整理排序
Typescript React code snippetsReact Typescript 代码段
TypeSearchTS 声明文件搜索
Version Lenspackage.json 文件显示模块当前版本和最新版本
veturVue 插件
VolarVue 插件,支持 Vue3
View Node Package快速打开选中模块的主页和代码仓库
Visual Studio IntelliCode基于 AI 的代码提示
VS Live Share实时多人协助
VSCode Great Icons文件图标拓展
vscode-database操作数据库,支持 mysql 和 postgres
vscode-icons文件图标,方便定位文件
vscode-random随机字符串生成器
vscode-spotify集成 spotify,播放音乐
vscode-styled-componentsstyled-components 高亮支持
vscode-styled-jsxstyled-jsx 高亮支持
Vue Peek支持跳转到 Vue 组件定义文件
Vue TypeScript SnippetsVue Typescript 代码段
VueHelperVue2 代码段(包括 Vue2 api、vue-router2、vuex2)
Wallaby.js实时测试插件
Wrap Console Log Lite对选中代码快速 console.log

# 三、个人首选项配置(仅供参考)

{
  "breadcrumbs.enabled": true,
  "editor.tabSize": 2,
  "editor.renderWhitespace": "boundary",
  "editor.cursorBlinking": "smooth",
  "editor.minimap.renderCharacters": false,
  "editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",
  "editor.fontLigatures": true,
  "explorer.confirmDragAndDrop": false,
  "extensions.autoUpdate": false,
  "files.insertFinalNewline": true,
  "git.autofetch": true,
  "git.path": "F:\\Program Files\\Git\\cmd\\git.exe",
  "search.exclude": {
    "**/node_modules": true,
    "**/dist": true
  },
  "typescript.locale": "en",
  "window.titleBarStyle": "custom",
  "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
  "window.zoomLevel": 1,
  "workbench.activityBar.visible": true,
  "workbench.colorTheme": "Plastic - deprioritised punctuation",
  "workbench.iconTheme": "vscode-great-icons",
  "workbench.startupEditor": "newUntitledFile",
  "eslint.autoFixOnSave": true,
  "eslint.validate": ["javascript", "javascriptreact", "vue"],
  "vsicons.projectDetection.autoReload": true,
  "vsicons.dontShowNewVersionMessage": true,
  "tslint.autoFixOnSave": true,
  "debugwrapper.wrappers": {
    "default": "console.log('$eSEL', $SEL)"
  },
  "prettier.tslintIntegration": true,
  "cSpell.userWords": [
    "Unmount"
  ],
  "jest.autoEnable": false,
}