vscode常用配置
其他记录 2018-07-23 14:19:25

 

PHP Code复制内容到剪贴板
  1. {  
  2.     "editor.fontSize": 16, //编辑器文字大小  
  3.     "files.autoSave""onFocusChange"//自动保存  
  4.     "editor.wordWrap""on"//自动换行  
  5.     "window.title":"${activeEditorMedium}",  
  6.     "editor.minimap.enabled": false,// 控制是否显示右侧面板  
  7.       
  8.     "editor.detectIndentation": false,  
  9.     "prettier.tabWidth": 4,  
  10.     "vetur.format.defaultFormatter.html""prettier",  
  11.     "extensions.ignoreRecommendations": false,  
  12. }  

 

本文来自于:http://www.yoyo88.cn/note/other/349.html

Powered by yoyo苏ICP备15045725号