Anyway way to default to "View Code" on double click?

  • Thread starter Thread starter Benny Raymond
  • Start date Start date
B

Benny Raymond

I was looking through the options and only saw this type of default for
XML and HTML - but what about C# forms and what not - is it possible to
default these to View Code?

Thanks,
Benny
 
If you right-click on a form in Solution Explorer and then select "Open
With...", you should be able to set the "CSharp Editor" as the default using
the "Set as Default" button.
 
Back
Top