Double Click Behaviour in IDE

  • Thread starter Thread starter JSheble
  • Start date Start date
J

JSheble

Is there anyway to change the behaviour of the double click in the Solution
Explorer? If I double click a form, I don't want it to open in the
designer, I'd much rather it open the source code.

Thanx
 
You can use shift + F7 to open the source
I do not know of any way to configure VS to open source by default
 
Right-Click --> Open With ... --> Set default to CSharp Editor instead of
CSharp Form Editor.
 
Back
Top