首页 > 其他 > 详细

vs code 设置问题

时间:2017-04-20 21:24:26      阅读:221      评论:0      收藏:0      [点我收藏+]

现已取消 .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 设置问题

原文:http://www.cnblogs.com/sxz2008/p/6740484.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!