vs code 設置問題

現已取消 .vue 文件與 HTML 的默認關聯,須要手動配置。vue 文件裏不能使用div + Tab 鍵快速生成 html 代碼html

 
"emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" }

{
"files.encoding": "utf-8",
"workbench.colorTheme": "Monokai",
"files.autoSave": "afterDelay",
"workbench.iconTheme": "vscode-icons",
 "editor.fontSize": 18,
 "emmet.syntaxProfiles": {
  "vue-html": "html",
  "vue": "html"
}
 
}
相關文章
相關標籤/搜索