How to automatically indent source code in visual studio 2010?
I have used Ctrl + K , Ctrl + F, but it does not works, is there any other way/plugin could do this work?
|
How to automatically indent source code in visual studio 2010? I have used Ctrl + K , Ctrl + F, but it does not works, is there any other way/plugin could do this work? |
|||||||
|
|
Ctrl+E, D - Format whole doc Also available in the menu via Edit|Advanced. Thomas |
|||
|
|
|
Also, there's the handy little "increase indent" and "decrease indent" buttons. If you highlight a block of code and click those buttons the entire block will indent. |
|||||
|