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
First open the sublime text. than open preferences. than open Key Bindings -User. than put the below code
[{"keys": ["ctrl+shift+c"], "command": "reindent"},]
I use CtrlShiftC and you also use other short cut key.