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

Sublime 格式化代码 设置快捷键以及插件使用

时间:2018-09-26 10:15:08      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:and   alt+   ref   reference   alt   bindings   插件   按钮   font   

实在sublime中已经自建了格式化按钮:

 

Edit  ->  Line  ->  Reindent  

 

只是sublime并没有给他赋予快捷键,所以只需加上快捷键即可

 

Preference  ->  Key Bindings -user 

中 括号内添加(比如添加:ctrl + alt + r)

 { "keys": ["ctrl+alt+r"], "command": "reindent" }

 

Sublime 格式化代码 设置快捷键以及插件使用

标签:and   alt+   ref   reference   alt   bindings   插件   按钮   font   

原文地址:https://www.cnblogs.com/yeminglong/p/9704987.html

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