Is there a shortcut to get to the designview form in the winforms project in visual studio 2010. F7 will lead you to the encoding behind the class form, and shift + F7 will take you to development mode. Is there a shortcut for the form filename.designer.cs Where do you have control definitions, delegates (for the click event, etc.). defined. I often go to the form if I change the name of the click event, etc. I need to go through the solution explorer and click on the file. Is there a shortcut like F7 that opens the designer.cs file?
source
share