码迷,mamicode.com
首页 > 其他好文 > 详细

vs code 设置问题

时间:2017-04-20 21:23:18      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:theme   delay   html   不能   bsp   odi   play   str   配置   

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

标签:theme   delay   html   不能   bsp   odi   play   str   配置   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!