Monday 14 January 2008

Visual Studio Keyboard Shortcuts

F12Goto declaration for selected symbol in code
CTRL - Return to where you were before pressing F12
CTRL K CTRL NGoto Next Bookmark
CTRL K CTRL P Goto Previous Bookmark
SHIFT ALT ENTERToggle Full Screen
CTRL M CTRL Ominimise functions in code view
CTRL K CTRL CComment section
CTRL K CTRL UUnComment section
ALT W ALT LClose active windows.
CTRL K CTRL Madd 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 POpen 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: