Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to prevent Solution Explorer to automatically open selected item in editor (VS 2015)?

Please note I am not talking about "Track active item in Solution Explorer". I like that, so when I am switching editor windows, Solution Explorer automatically tracks, and made selected the item in its tree. That's cool.

Instead I am asking about the reverse automatism: When I select an item in Solution Explorer (not double click, just select), it opens and activated in the editor using a single rightest tab, in the editor pane. (usual files are stacked from left tabs).

How can I prevent this automatic opening in VS 2015?

like image 800
g.pickardou Avatar asked May 02 '16 10:05

g.pickardou


People also ask

How do I change the Solution Explorer in Visual Studio?

Create a new C# WPF Application project. If you have multiple monitors, drag the Solution Explorer window and the Properties window over to your second monitor. If you're using a single monitor only, try closing all the windows except the designer. Press Ctrl+Alt+X to display the Toolbox window.

How do you set Auto Hide in Solution Explorer?

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. Auto-hide is nice, yes.

How do I show selected files in Solution Explorer Visual Studio?

In Visual Studio's menu go to Tools > Options > Projects and Solutions. Then check "Track Active Item in Solution Explorer".

Which menu is used to select the solution explorer option?

Use the View menu to turn the Solution Explorer on or off within the environment. Use the Tools > Options menu to navigate to the Projects and Solutions area to select the Always Show Solution option.


1 Answers

In VS 2013 it's under Settings - Environment - Tabs and Windows - Preview Tab.

like image 137
GSerg Avatar answered Oct 05 '22 09:10

GSerg