vscode常用插件

  1. Bookmarks
  2. Chinese (Simplified) Language Pack for Visual Studio Code
  3. Debugger for chrome
  4. ESLint
  5. Git Graph
  6. GitLens
  7. Live Server
  8. Markdown All in One
  9. nginx.conf
  10. Prettier
  11. RegExp Preview and Editor
  12. shell-format
  13. SVG Viewer
  14. Vetur
  15. vscode-flow-ide
  16. vscode-icons
  17. Vue 3 Snippets
  18. XML Tools
  19. Setting Sync

 

 

用户区设置

{
  "workbench.colorTheme": "Default Light+",
  "editor.tabSize": 2,
  "editor.wordWrap": "on",
  "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  "explorer.confirmDelete": false,
  "vsicons.dontShowNewVersionMessage": true,
  "gitlens.gitCommands.closeOnFocusOut": true,
  "explorer.confirmDragAndDrop": false,
  "typescript.validate.enable": false,
  "javascript.validate.enable": false,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "editor.renderControlCharacters": true,
  "git.ignoreWindowsGit27Warning": true,
  "window.zoomLevel": 0,
  "[xml]": {
    "editor.defaultFormatter": "DotJoshJohnson.xml"
  },
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  },
  "emmet.excludeLanguages": [
    "markdown"
  ],
  "emmet.includeLanguages": {
    "javascript": "javascriptreact"
  },
  "gitlens.views.repositories.files.layout": "list",
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "files.autoSave": "onFocusChange",
  "[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.formatOnSave": true,
  "eslint.alwaysShowStatus": true,
  "eslint.codeAction.showDocumentation": {
    "enable": true
  },
  "files.eol": "\n"
}

 

 

工作区设置:

{
  "editor.detectIndentation": false,
  "editor.formatOnSave": true,
  "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
  "vetur.format.defaultFormatter.js": "vscode-typescript",
  "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
      "wrap_attributes": "force-aligned"
    }
  },
  "emmet.includeLanguages": {
    "javascript": "javascriptreact",
    "wxml": "html"
  },
  "workbench.startupEditor": "newUntitledFile",
  "sync.gist": "72cd1db3610384e4d13d0ceab7b470b2",
  "explorer.confirmDelete": false,
  "sync.forceUpload": true,
  "vsicons.dontShowNewVersionMessage": true,
  "workbench.iconTheme": "material-icon-theme",
  "editor.suggestSelection": "first",
  "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  "explorer.confirmDragAndDrop": false,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    "source.fixAll.stylelint": true
  },
  "[markdown]": {
    "editor.defaultFormatter": "yzhang.markdown-all-in-one"
  },
  "files.associations": {
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript"
  },
  "minapp-vscode.disableAutoConfig": true,
  "winopacity.opacity": 250,
  "files.autoSave": "onFocusChange",
  "[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "git.autofetch": true,
  "prettier.endOfLine": "auto",
  "files.eol": "\n",
  "files.encoding": "utf8",
  "editor.fontSize": 14,
  "eslint.trace.server": null
}

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值