Visual studio tab continues to move left

I am using Visual Studio 2015, and I must have pressed a certain key combination, as the active tab continues to move in the far left corner. It does not matter for which project the tab is intended, it moves to the leftmost position.

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

Does anyone else encounter this behavior?

+6
source share
2 answers

You need to cancel the sorting here:

Tools> Options> Performance Power tools> Custom document block> Sort: last used.

+7
source

My problem was that I continued to move the tabs to be next to each other, and when I clicked on the moved tab, it returned to where it was. I tried the above solution, but it was no longer noted. Then I realized what it was. My sorted alphabetically. So I decided to remove the following:

Tools> Options> Power Tools> Well for custom documents> Sort: Alphabetically

+1
source

All Articles