I recently upgraded to Visual Studio 2008 Professional, and it is not auto-indenting blocks of code when the block is closed }. This was a feature I found very useful with Express. How do I turn it back on? Thanks.
| |||
|
feedback
|
|
It's.
| |||||||||
feedback
|
|
Tools->Options->text editor->c#->formatting->select auto format on } | |||
|
feedback
|
|
Tools->Options->Text Editor->C#->Tabs->Indenting needs to be set to Smart, in addition to the "Automatically format completed block on }" setting already mentioned. | |||
|
feedback
|