vscode 在 vue文件中配置 html 代码补全功能

下载插件 HTML Snippets
打开 vscode 设置选项,编辑 settings.json 文件,定位到 files.associations对象
在这个对象中添加如下代码
"*.vue": "html"

原文地址:https://www.cnblogs.com/freedomweb/p/12839704.html