VS Code 使用配置

记录个人对 vs Code 的使用配置,持续更新。

一、编辑器本身设置

二、安装插件

  1. IntelliJ IDEA Keybindings
    使用和 Jetbrains 一样的快捷键。部分快捷键行为有差异
  2. minapp
    微信小程序标签、属性的智能补全(同时支持原生小程序、mpvue 和 wepy 框架,并提供 snippets)
  3. GitLens — Git supercharged
    git强化版
  4. ESLint
  5. Code Runner
  6. Prettier - Code formatter
  7. Python
    Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.
  8. Vetur
    Vue tooling for VS Code

三、主题美化

  1. vscode-icons

你可能感兴趣的:(VS Code 使用配置)