Visual Studio - Shortcut to Navigate to Solution Explorer

stepanian picture stepanian · Jun 4, 2011 · Viewed 86.9k times · Source

Is there a keyboard shortcut in Visual Studio (aside from CTRL+TAB and selection) that would take me from inside a document directly into the solution explorer? I don't want to customize any shortcuts or change any default behavior.

Answer

keyboardP picture keyboardP · Jun 4, 2011

CTRL+ALT+L

should shift focus to the Solution Explorer.

For visual studio 2012 use:

CTRL+[ + S this selects your current document in the solution explorer.