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.

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

It's.

Tools->Options->Text Editor->C#->Formatting-> Check Automatically format completed block on }

link|improve this answer
All the auto-format options are already turned on. :( – Jim Fell Sep 17 '10 at 20:40
1  
Weird. Try to reset your settings: Tools->Import/Export->Reset – Mikael Svenson Sep 17 '10 at 20:46
It seems to be working now. Thank you. – Jim Fell Sep 17 '10 at 21:26
feedback

Tools->Options->text editor->c#->formatting->select auto format on }

link|improve this answer
All the auto-format options are already turned on. :( – Jim Fell Sep 17 '10 at 20:40
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.

link|improve this answer
Yes, it is already set to "Smart." :( – Jim Fell Sep 17 '10 at 21:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.