template注释失效
在vscode中找到setting.json 文件,加入如下代码
"files.associations": { "*.vue": "html" },
不能使用tab补齐标签
在vscode中找到setting.json 文件,加入如下代码
"emmet.showAbbreviationSuggestions":true, "emmet.showExpandedAbbreviation":"always", "emmet.includeLanguages": { "vue-html":"html", "vue":"html" }
多行不同编辑位置的点击快捷键:alt+光标点击 (有可能版本不同,快捷方式不同,我的是window VSCode1.4.2 的)