sublime技巧聚集

1、代码格式化技巧orm

在[Preferences]->[Key Bindings]->[User]中,   中文版的位置在  [首选项]->[按键绑定-用户],弹出的页面中form

,添加以下代码,为其设置快捷键:Ctrl+Shift+f (取format的首字母)技巧

{
 "keys": ["ctrl+shift+f"],
 "command": "reindent", 
 "args": {
    "single_line": false
    }
}
相关文章
相关标签/搜索