VScode 中 vue文件template中不能使用tab补齐标签

原地址为https://segmentfault.com/q/1010000008680303?_ea=1713330


文件 → 首选项 设置

在用户设置内配置:

"emmet.showAbbreviationSuggestions":true,

"emmet.showExpandedAbbreviation":"always",

"emmet.includeLanguages": {

            "vue-html":"html",

            "vue":"html"

}

你可能感兴趣的:(VScode 中 vue文件template中不能使用tab补齐标签)