1.下载 HTML Snippets插件

2.打开setting.json文件,在里面添加如下代码:

"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"files.associations": {
// extension name : html
"*.ejs": "html",
"*.js": "html"
}

相关文章:

  • 2021-08-22
  • 2022-12-23
  • 2023-03-20
  • 2022-12-23
  • 2021-09-14
  • 2021-10-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-04-12
  • 2021-07-29
相关资源
相似解决方案