Is there a Hotkey to pin / auto hide a panel like Solution Explorer?
It would be a good combinations with CTRL+ALT+L which focus Solution Explorer.
CTRL + ALT + L to put the Solution Explorer into focus. Then SHIFT + ESC to close the tool window currently in focus.
First, click and hold the title bar with the mouse, and then drag the window to where you want to dock it. Visual Studio displays some docking icons. Four icons are at the edge of the IDE, one each at the left, top, right, and bottom. These icons are used for docking the window at the given edge of the IDE.
By default, the Solution Explorer tool window appears as a pane in the upper-right side of the Visual Studio integrated development environment (IDE). If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using View > Solution Explorer, or by pressing Ctrl+Alt+L.
You can close any panel using Shift + Esc. So hit the key combination with the focus on the solution explorer and it will close. You can then use the shortcut that you mentioned to open the solution explorer again.
If you'd rather auto-hide and dock the panel instead of closing it, you can define shortcuts for Window.AutoHide
and Window.Dock
.
For Example:
Window.AutoHide (
Shift+
Space(Global))
Window.Dock (
Shift+
Alt+
Space(Global))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With