Visual Studio - Shortcut to Navigate to Solution Explorer Ask Question

Visual Studio - Shortcut to Navigate to Solution Explorer Ask Question

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.

ベストアンサー1

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.

おすすめ記事