Visual Studio: Make view code default

Viewed 30464

Is there any way to make Visual Studio show the code of a control / form by default instead of the designer? I tend not to be a fan of the designers as they add bloat.

4 Answers

Right-click on a file and select "Open With..."

Select "CSharp Editor" and then click "Set as Default".

Related