VS Code添加emmet支持vue文件
Posted yangzongzhuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VS Code添加emmet支持vue文件相关的知识,希望对你有一定的参考价值。
如题,
在File->Preferences->Settings中搜索emmet.includeLanguages,编辑user settings文件,添加
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages":
"vue-html": "html",
"vue": "html"
重新打开VS Code即可
以上是关于VS Code添加emmet支持vue文件的主要内容,如果未能解决你的问题,请参考以下文章