Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I close the solution explorer panel with a key-board shortcut in Visual Studio 2010?

I often need to jump from a file to another file that I don't have open to one somewhere in the project directory structure. I often use Ctrl-Alt-L to open the solution explorer panel, but then I'd like to close it after I open the file I'm after. Unfortunately Ctrl-Alt-L doesn't simply toggle the panel open/closed. Is there another way to accomplish this. Or how can I close the solution explorer panel with a key-board shortcut?

like image 625
lucidquiet Avatar asked Dec 01 '22 18:12

lucidquiet


1 Answers

I believe you are looking for SHIFT+ESCAPE.

It will close any tool window currently in focus.

like image 165
Smash Avatar answered Dec 22 '22 08:12

Smash