Reindent 用于格式化代码,但是没有设置快捷键
ReindentKey Bindings 添加快捷键
Key Bindings keymap - user右边添加代码
[
{ "keys": ["command+option+l"], "command": "reindent", "args": {"single_line": false} }
]
右边添加代码
[
{ "keys": ["command+option+l"], "command": "reindent", "args": {"single_line": false} }
]
本文标题:Sublime自定义格式化代码快捷键
本文链接:https://www.haomeiwen.com/subject/lisnfxtx.html
网友评论