Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio tab keeps moving to the left

I am using Visual Studio 2015 and I must have pressed a certain key combination, as the active tab keeps moving to be the far left. It doesn't matter which project the tab is for, it moves to the far left.

I have restarted Visual Studio and the machine, but it is still happening.

Anyone else come across this behavior?

like image 339
Karl Gjertsen Avatar asked Jul 21 '16 14:07

Karl Gjertsen


People also ask

How to dock Solution Explorer in Visual Studio?

Just drag and drop onto the mechanic and dock the solution explorer window to the left side of the window. You must drop the panel onto the fastener, in the position you wish it to be docked (in the case, the rectangle on the left of the fastener, highlighted with a red circle).

How do I manage tabs in Visual Studio?

To turn on this functionality, right-click on any tab, and select Set Tab Layout -> Place Tabs on the Left. Alternatively, navigate to Tools > Options > Tabs and Windows to adjust tab settings.

How to arrange Windows in Visual Studio?

It's easy to set your default layout: Arrange your windows the way you like, go to the Window menu in Visual Studio and pick Apply Window Layout > My Default. If you want you can setup several window layouts by picking Window > Save Window Layout. This choice gives you the option of assigning a name to your layout.

How do I change tabs in Visual Studio?

When using Visual Studio Code on Windows, you can use CTRL + PAGE_UP to switch to the previous tab, and CTRL + PAGE_DN to switch to the next tab. You also have the ability to switch to tabs based on their (non-zero relative) index. You can do so, by pressing and holding ALT , followed by a number (1 through 9).


1 Answers

You need to untick sorting here:

Tools > Options > Productivity Power Tools > Custom Document Well > Sorting: Most recently used.

like image 53
BIDeveloper Avatar answered Sep 18 '22 09:09

BIDeveloper