首页 > 技术文章 > vsCode 设置vue文件标签内的style智能提示

townsend 2019-12-03 18:57 原文

VS Code 文件-》首选项-》设置

搜索:files.associations

 

点击在setting.json中编辑

 

 最后一行添加配置:

"files.associations": {
    "*.vue": "html"
}

 

其他插件:Visual Studio IntelliCode(微软的AI智能代码推荐提示)

目前我使用的一些插件:

 

 

 

推荐阅读