vscode 按 tab 自动补全 vue 插件

1. 在vscode中 搜索 HTML Snippets ,并安装

 

3

 

 4 . 在配置项中 复制 粘贴下面的代码

 "files.associations": {
        "*.vue":"html"
    },
    "emmet.triggerExpansionOnTab": true,
    "emmet.includeLanguages": {
        "vue-html":"html",
        "vue":"html"
    }

 

posted @ 2022-11-29 20:33  前端追随着  阅读(927)  评论(0)    收藏  举报