Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open code on double cick on form by default?

Tags:

Is there an extension for Visual Studio 2010 for opening code for forms, components etc. in WinForms application projects on double click in solution explorer by default (and in designer view via context menu)?

like image 567
Win32.Neshto Avatar asked Aug 12 '11 09:08

Win32.Neshto


People also ask

Which event of a Form will be generated when user double click on the Form?

The Click event is raised every time a control is double-clicked. For example, if you have event handlers for the Click and DoubleClick events of a Form, the Click and DoubleClick events are raised when the form is double-clicked and both methods are called.


1 Answers

item -> right click -> Open With -> Source Code (Text) Editor -> press Set as Default button

like image 167
abatishchev Avatar answered Nov 16 '22 18:11

abatishchev