vscode .vue文件中不能提示html代码

Posted chm-blogs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode .vue文件中不能提示html代码相关的知识,希望对你有一定的参考价值。

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"

以上是关于vscode .vue文件中不能提示html代码的主要内容,如果未能解决你的问题,请参考以下文章

vsCode 设置vue文件标签内的style智能提示

在vscode中编写vue代码,new Vue还有其他vue语法都没有代码补全和提示,该怎么设置?

vscode 更新后emmet html部分标签提示在.vue中失效问题

使用vscode,新建.vue文件,tab自动生成vue代码模板

vscode中vue怎么格式化代码

vscode中vue怎么格式化代码