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

霸气de小男生 提交于 2019-11-30 16:57:42

问题


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

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

How disable it?


回答1:


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.




回答2:


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.




回答3:


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.




回答4:


check this picture

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



来源:https://stackoverflow.com/questions/47281339/how-to-disable-auto-hide-the-solution-explorer-visual-studio-2017

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