Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable auto hide the solution explorer (Visual Studio 2017)

How to disable auto hide solution explorer (Visual Studio 2017)?

Every time after launching the project, the solution explorer does autohide.

How disable it?

like image 571
Stepan Ivanenko Avatar asked Nov 14 '17 08:11

Stepan Ivanenko


People also ask

How do I enable auto hide in Solution Explorer Visual Studio?

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 Alt W A respective Alt W U or give it a shortcut of its own.

How do I unhide a Solution Explorer in Visual Studio?

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.

How do I pin a Solution Explorer in Visual Studio?

Developer Community. If you pin the Solution Explorer Window (or Team/Server Explorer) using the pin icon at the top-right of its window, the window will only remain pinned for the duration of the current Visual Studio session.

How to open the Solution Explorer in Visual Studio?

Learn different methods about how to open the Solution Explorer in Microsoft Visual Studio with these steps. This will display the Solution Explorer if it isn’t on the screen already. Windows versions: Select the “ View ” tab along the top bar, then choose “ Solution Explorer “ macOS versions: Select “ View ” > “ Pads ” > “ Solution “.

How do I stop a debugging window from auto hiding?

If a tool window is auto hiding, click on the pin icon in its title to stop it auto hiding. Do this before exiting the debugger to include in the debugging window layout. Show activity on this post. click solution explorer and then right click on top of the solution explorer window and click dock.

Do you use the €œpreview” feature in Visual Studio 2013?

If you are like me, you despise the automatic “preview” feature that comes enabled by default in Visual Studio 2013. It seems like a good idea: select a file in the Solution Explorer and it is automatically opened in a special preview tab. Unless it is already open in a tab, in which case that tab is selected.

How do I stop a tool window from auto-hiding?

If a tool window is auto hiding, click on the pin icon in its title to stop it auto hiding. Do this before exiting the debugger to include in the debugging window layout.


1 Answers

In the "Help" menu of Visual Studio, you find "Manage Visual Studio Performance".

Inside this you find "Team Explorer - Home" in "Tool Windows" and if this is not set to "Use default behaviour", you will likely find the sidebar hidden both on startup and after debugging.

If you, like me, have your Solution Explorer and Team Explorer docked together, this is the behaviour you will see.

like image 114
Nicolai Schlenzig Avatar answered Sep 21 '22 11:09

Nicolai Schlenzig