vscode 插件安裝以及首選項配置


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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM