美文网首页
VScode 中 vue文件template中不能使用tab补齐

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

作者: ZhangYuzz | 来源:发表于2017-08-17 15:32 被阅读0次

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


文件 → 首选项 设置

在用户设置内配置:

"emmet.showAbbreviationSuggestions":true,

"emmet.showExpandedAbbreviation":"always",

"emmet.includeLanguages": {

            "vue-html":"html",

            "vue":"html"

}

相关文章