vs code 设置问题
Posted Lonely existence, lonely burni
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vs code 设置问题相关的知识,希望对你有一定的参考价值。
现已取消 .vue 文件与 html 的默认关联,需要手动配置。vue 文件里不能使用div + Tab 键快速生成 html 代码
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
}
{ "files.encoding": "utf-8", "workbench.colorTheme": "Monokai", "files.autoSave": "afterDelay", "workbench.iconTheme": "vscode-icons", "editor.fontSize": 18, "emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" } }
以上是关于vs code 设置问题的主要内容,如果未能解决你的问题,请参考以下文章
[搬运] 将 Visual Studio 的代码片段导出到 VS Code