dfyg-xiaoxiao

原文链接: https://segmentfault.com/q/1010000008680303?_ea=1713330

 

设置方法:

文件-首选项-设置

 

经@ 最爱小虾 指正, v1.5版本后配置如下 

"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
}

 

设置代码

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

 

分类:

技术点:

相关文章:

  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案