-7

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

Chris Hulbert 13 years ago updated by Richard Hurt 13 years ago 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.