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

心已入冬 提交于 2019-11-30 20:19:39

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.

I resolve it problem.

Solution:

Delete the following directories:

%userfolder%\AppData\Local\Microsoft\VisualStudio
%userfolder%\AppData\Local\Microsoft\Visual Studio
%userfolder%\AppData\Local\Microsoft\VisualStudio Services
%userfolder%\AppData\Roaming\Microsoft\VisualStudio

Microsoft Visual Studio Enterprise 2017 (15.4.4)

P.S. devenv /Resetsettings does not help.

There is a separate window layout when debugging.

Just configure tool windows (like solution explorer) how you would like them while debugging. It will be remembered the next time you start debugging.

(Typically there are many tool windows – eg. locals, call stack – that only make sense while debugging, hence the separate layout.)

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.

check this picture

click solution explorer and then right click on top of the solution explorer window and click dock.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!