现已取消 .vue 文件与 HTML 的默认关联,需要手动配置。vue 文件里不能使用div + Tab 键快速生成 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"
}
 
}

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-03-26
  • 2022-12-23
  • 2021-07-11
  • 2021-12-25
猜你喜欢
  • 2022-01-10
  • 2021-05-02
  • 2021-07-24
  • 2021-10-20
  • 2021-09-23
  • 2021-07-18
  • 2022-12-23
相关资源
相似解决方案