I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the setting.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
to format a section: ctrl + k, ctrl + f or ctrl + e, ctrl + f to format a document ctrl + e, ctrl + d see more at edit->advanced menu |
|||||
|
|
Using 2010 on windows 7: Shows options for:
The Alt version Bogdan Verbenets gives, opens menus from the toolbar |
|||||
|
|
Go to Then go to the Text Editor options and click the language of your choice. I used C# as an example. Settings for formatting code such as indent spacing are here.
|
|||
|
|
|
If you display the HTML Source Editing toolbar there is a "Format the Whole Document" button as well |
|||
|
|
