-7

Code tidier/reindenter like ctrl+K,D does in visual studio

Chris Hulbert fa 13 anys updated by Richard Hurt fa 13 anys 3
A shortcut to re-indent your code intelligently like ctrl+K,D does in Visual Studio, and Eclipse does.
I think this is more up to plugins to perform.
+2
Reident or fully reformat? If second, it need to be a plugin functionality or something with tmLanguage files, because most of programming language have different formats and rules.
If first - idk.