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.
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.
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))
Let's agree
to use Ctrl+P,Ctrl+D
to dock
the current panel and Ctrl+P,Ctrl+H
to hide
the current panel. Just as a convention. –
Assembled At least in Visual studio 2015 and 2017 there is a command Window.AutoHide
that does the trick for already docked panels. It is the same as menu:Window->Auto hide all
and it autohides all panels in the same stack. Either use standard menu command AltW A respective AltW U or give it a shortcut of its own.
© 2022 - 2024 — McMap. All rights reserved.