Top 13 Visual Studio Keyboard Shortcuts
My friends in college always made fun of my keyboard obsession. At the time, I knew all the Windows 98 specific shortcut keys and often had no need for the mouse. Keyboard shortcuts still rule in my book. It is amazing that you can get around without using a mouse at all. Master the following Visual Studio shortcuts and your colleagues might stare at you with amazement.
- F5: Start your project in debug mode
- F7 & Shift-F7: Show the code windows & Show the designer window
- Alt-Enter: Show the properties panel for a selected object (this is general Windows shortcut that can be used on files and directories)
- F6 / Shift-F6 / Ctrl-Shift-B: Build solution / Build project / Build solution
- Shift-Alt-C: Add a new class to your project
- Ctrl-K + Ctrl-C: Comment a selected block of code
- Ctrl-K + Ctrl-U: Un-comment a selected block of code
- Ctrl-M + Ctrl-O / Ctrl-M + Ctrl-P: Collapse all code to definitions / Expand all code (stop collapsing)
- Ctrl-M + Ctrl+M: Expend or collapse a selected code fragment. The code collapsed depends on where the cursor is located
- Ctrl-B + Ctrl-T: Toggle code bookmark
- Ctrl-Alt-P: Attach the debugger to a process. This is insanely useful for debugging ASP.NET web sites without having to start the project in debug mode
- Ctrl-Alt-L: Show the solution explorer
- Ctrl-Shift-A / Alt-Shift-A: Add a new item to your project / add an existing item to your project
The above list is my top 13. Did I miss any essential ones? What are yours?
Bonus:
The following work in Visual Studio just like they do in most other Windows application.
Ctrl-N: Add a new file
Ctrl-S: Save file
Ctrl-Z / Ctrl-Y: Undo typing / Redo typing
Ctrl-F: Bring up the "Find" dialog
Ctrl-H: Bring up the "Replace" dialog
Ctrl-Tab: Scroll forward through open windows
Ctrl-Shift-Tab: Scroll backwards through open windows
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






Comments
Ajya Chang replied on Sat, 2012/02/18 - 6:50am
Hello,
Thanks for putting up some basic shortcuts.
They can be very useful from developer's point of view. I think you should also include the debugginf short cut keys as they are more used by developers. But this will be of great help. Once again thanks for the information. Keep it up.
Thanks
Kookee Gacho replied on Sat, 2012/06/09 - 11:55pm
Pavel Vladov replied on Tue, 2012/12/11 - 8:34am
Nice article, but there are some more very useful Visual Studio keyboard shortcuts one can use to boost his productivity. If you are interested, I've recently created a list of The Most Useful Visual Studio Keyboard Shortcuts.
Pavel Vladov replied on Tue, 2012/12/11 - 8:34am
Nice article, but there are some more very useful Visual Studio keyboard shortcuts one can use to boost his productivity. If you are interested, I've recently created a list of The Most Useful Visual Studio Keyboard Shortcuts.