|
|
|
Visual Studio Keyboard Shortcuts |
Visual Studio is all about developer productivity. To help developers be more efficient
and productive, Visual Studio has built-in keyboard shortcuts into the product for most of the functions normally found through the user interface – just like CTRL+C
for copy. To help you take advantage of these shortcuts, learn some sweet keyboard
shortcuts. With something new for everyone, these keyboard shortcuts will give you
valuable to start using right away, increase your productivity, and make you wonder
how you servived all this time without them.
Using keyboard shortcuts is the best way to get things done faster in Visual Studio.
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|