1、安装插件HTML Snippets

2、打开VSCode的设置里打开settings.json,增加以下内容:

"editor.quickSuggestions": {

"other": true,

"comments": true,

"strings": true

},

"editor.suggest.snippetsPreventQuickSuggestions": false,

"files.associations": {

"*.vue":"html"

},

3、保存。

Logo

前往低代码交流专区

更多推荐