Question

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.

Was it helpful?

Solution

It's.

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

OTHER TIPS

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top