Disabling visit behavior when navigating a file in Visual Studio 2012

When I switch to another file using F12 in the type name in the code, it will open the file in the Read tab on the right. If I move on, the new file will replace the previous one.

In Visual Studio 2010, it will open a new tab for every file I go to. I tried to get used to the new behavior, but I can not bear it.

How to disable this feature?

+4
source share
1 answer

In Visual Studio 2012, there is a new tab and Windows settings page under Tools> Options> Environment that controls this kind of behavior:

Tools - Options - Tabs and Windows

You probably want to disable Allow opening new files on the preview tab in the Preview section.

+10
source

Source: https://habr.com/ru/post/1433746/


All Articles