Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Thursday, July 23, 2009

Visual Studio Keyboard Shortcuts

Key Combination Use Description
CTRL+ALT+L View Solution Explorer Use Auto Hide for all tool windows to maximize screen real estate. Whenever you need to open the Solution Explorer, it’s just a shortcut away.
CTRL+ALT+X View ToolBox .
CTRL+ALT+O View Output .
CTRL+\, then press E View Error List .
CTRL+\, then press T View Task List .
F4 View Property Window Select the control, then press F4 to view property window.
CTRL+PgDn or CTRL+PgUp Design View to Source View and vice-versa Toggle between design and source view in HTML editor.
SHIFT+F7 Design View to Source View and vice-versa Toggle between design and source view in HTML editor.
F7 Design or Source View to Code View Toggle from designer view to code view.
SHIFT+F7 Code View to Design View Toggle from code view to designer view.
F5 Start Debugging .
CTRL+F5 Start Without Debugging .
F10 Debug Step over
F11 Debug Step into
SHIFT+F11 Debug Step out
CTRL+F10 Debug Run to cursor
F9 Toggle Breakpoint .
CTRL+M, then press O Collapse to Definitions. .
CTRL+K, then CTRL+C Comment selected Block .
CTRL+K, then CTRL+U Uncomment selected block .
CTRL+- Go back to the previous location in the navigation history .
F6 Build Solution .
SHIFT+F6 Build Website .
ATL+B, then R Rebuild Solution .
CTRL+L Deletes Entire Line .
CTRL+G GO to the Line Number .
SHIFT+ATL+Enter Toggle Full Screen Mode .
CTRL+Space Invoke the Intellisense List Invokes the intellisence list where cursor pointed.