Where can I find a good cheat sheet for Visual Studio hot keys? In particular I'm wanting to switch between tabs but I'd like to see other shortcuts too.
feedback
|
|
What language? How about the Visual C# 2008 Keybinding Reference Poster Or this one from Nerd Fortress. Switching between tabs is done with CtrlTab or by holding down Ctrl after CtrlTab to get the open tab popup and using the arrow keys or mouse to select the tab you want. Also note that the keybindings can be overridden by plugins to VS such as Resharper or Coderush. If you have anything like these tools then it's possible (likely) that the above references will be a bit invalidated. | ||||
|
feedback
|
|
The key bindings for Visual Studio 2008 change based on various settings (including initial setup, where you choose whether you develop in VB.NET, C#, etc., primarily). Here are posters (for free download; up to you to print them) with the default C# and VB.NET key bindings. Additionally, a few of my favorites:
| |||
|
feedback
|
|
Sara Ford of Microsoft produced a Visual Studio 2008 Tip of the Day series. There were nearly 400 tips and many of them dealt with various hot-keys. The link will take you to the section of her blog that covers the tips. That should get you into some very interesting and useful items. | |||
|
feedback
|