SQL Server Keyboard Shortcuts from Microsoft
SQL Server 2005 Query Analyzer shortcuts
Thursday, April 15, 2010
Wednesday, April 14, 2010
Visual Studio 2008 Cheet Sheet
The other day I searched for a keyboard shortcut reference for Visual Studio 2008. After I saw the list of all the different shortcuts, I compiled a list of Visual Studio 2008 keyboard shortcuts for tasks that I use most frequently:
Below are some of the VS2008 Keyboard Shortcuts Cheat Sheets that originally came up in my search:
Cheat Sheet with Key Images
22 Visual Studio Short Keys and 6 Short-cut Ways to Custom Jobs: A List of Tips and Tricks
Visual C# 2008 Keybinding Reference Poster
F5 | Start your project in debug mode |
F7 & Shift-F7 | Show the code windows & show the designer window |
Alt-Enter or F4 | Show the properties panel for a selected object |
F6 / Shift-F6 / Ctrl-Shift-B | Build Solution / Build Project / Build Solution |
Shift-Alt-C | Add a new class to the project |
Ctrl-Shift-A / Alt-Shift-A | Add a new item to your project / add an existing item to your project |
Ctrl-K + Ctrl-C | Comment a selected block of code |
Ctrl-K + Ctrl-U | Uncomment a selected block of code |
Ctrl-M + Ctrl-O / Ctrl-M + Ctrl-P |
Collapse all code to definitions / Expand all code (stop collapsing) |
Ctrl-K + Ctrl-K | Toggle code bookmark |
Ctrl-K + Ctrl-N | Go to next bookmark |
Ctrl-K + Ctrl-P | Go to previous bookmark |
Ctrl-Shift-Tab | Scroll backwards through open windows |
F9 | Set or remove a breakpoint |
F12 | Go to definition |
Shift-F12 | Display all references |
Below are some of the VS2008 Keyboard Shortcuts Cheat Sheets that originally came up in my search:
Cheat Sheet with Key Images
22 Visual Studio Short Keys and 6 Short-cut Ways to Custom Jobs: A List of Tips and Tricks
Visual C# 2008 Keybinding Reference Poster
Subscribe to:
Posts (Atom)