Visual Studio 2008 Keyboard Layouts

C# Visual Studio 2008 Default Keyboard Layout

image 

 

Visual Base 2008 Default Keyboard Layout

image

Visual Studio 2005 Keyboard Layouts


C# Visual Studio 2005 Default Keyboard Layout
image

 

 


Visual Basic Visual Studio 2005 Keyboard Layout
image

#010 Using and Avoiding Dock Targets

Dock targets are great, they greatly simplify the ability to place a dock panel in Visual Studio in just the right location. Like a mind reading snap-to feature 🙂 Sometimes these dock targets get in the way with what you’re trying to do. If you need to move a dockable panel to a very specific place, the dock target may be in the way. This trick shows you how to temporarily disable (only during the single drag-n-drop dock panel operation) dock targets.

[Read more…]

#009 Move Tool Windows to a Tabbed Document

Tool Windows are great. But sometimes they contain too much information (like a search results window) to be displayed in the small portion you have allocated for the docked position of the window. This trick shows you how to move a Docked (or floating) window, up into your tabbed documents area.

[Read more…]

#008 Undocking and Redocking in and out of Floating Windows

Docked windows are great, but are sometimes just a bit too small. They are sometimes holding more information (find results, or stack trace come to mind), than the real estate they have been given. You can easily resize the dock panel, but that will replace other real estate that you’re probably also looking at (which is the reason you have the panel docked in the first place). This trick will allow you to quickly change a docked panel, into a floating window (that can easily be moved out of the way [second screen???]), and when you’re done, easily snap that floating window back to the original docked panel location.

[Read more…]