F12 | Goto declaration for selected symbol in code |
CTRL - | Return to where you were before pressing F12 |
CTRL K CTRL N | Goto Next Bookmark |
CTRL K CTRL P | Goto Previous Bookmark |
SHIFT ALT ENTER | Toggle Full Screen |
CTRL M CTRL O | minimise functions in code view |
CTRL K CTRL C | Comment section |
CTRL K CTRL U | UnComment section |
ALT W ALT L | Close active windows. |
CTRL K CTRL M | add a method to existing class.. by writing it as if it exists bool b = aNewMethod() |
CTRL . | add a method to another class.. by writing it as if it exists bool b = myClass.aNewMethod() |
CTRL ALT P | Open up Process window |
Links to the Microsoft Visual C# Default Key bindings
VS2005
http://download.microsoft.com/download/e/7/9/e79cce22-b196-4b9f-9ea7-b1a21f5342e9/VCSharp_2005_color.pdf
VS 2008
http://www.microsoft.com/downloads/details.aspx?familyid=E5F902A8-5BB5-4CC6-907E-472809749973&displaylang=en
No comments:
Post a Comment