Indenting code in Sublime text 2?

后端 未结 20 2459
没有蜡笔的小新
没有蜡笔的小新 2020-11-28 17:19

In Visual Studio I can press Ctrl+K+D to indent everything so the code is structured nicely and readable. Is there a shortcut in Sublime 2 t

20条回答
  •  抹茶落季
    2020-11-28 17:45

    Select all code that you intend to indent, then hit Ctrl + ] in Sublime text to indent.

    For macOS users, use command + ] to indent, and command + [ to un-indent.

提交回复
热议问题