Reputation: 25969
Every time I run my code on VS2013, my tabs get rearranged alphabetically and I have no idea why. I have Resharper 8.2 installed, I went through the settings but found nothing too evident that's messing with the tabs.
Has anyone seen and / or solved this problem? Any extra info is greatly appreciated.
Upvotes: 7
Views: 1176
Reputation: 14652
A pretty annoying feature from Productivity Power Tools extension.
In Visual Studio 2015 you can turn it off in following:
Menu
-> Tools
-> Options
-> Productivity Power Tools
-> Turn off "Custom Document Well"
or -> Custom Document Well, uncheck Sorting Alphabetically
Upvotes: 13
Reputation: 35869
If you have Productivity Power Tools (http://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace) there is feature in there that sorts tabs alphabetically. Look in tools\options\Productivity Power Tools for an option to disable that, or remove/disable Productivity Power Tools
Upvotes: 16