1、插件

  • Auto Close Tag
  • Path Intellisense
  • Prettier
  • Vetur
  • vscode-icons
  • Bracket Pair Colorizer

2、vscode 首选项配置

"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 2,
"explorer.confirmDelete": false,
"view-in-browser.customBrowser": "chrome",
"editor.tabSize": 2,
"emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" },
"path-intellisense.extensionOnImport": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"prettier.disableLanguages": [
"vue"
],
"workbench.iconTheme": "vscode-icons",

 

相关文章:

  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-07-12
  • 2022-12-23
  • 2021-04-29
  • 2021-03-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2021-08-08
  • 2021-05-29
相关资源
相似解决方案