'Sorting tabs by extension in VIsual Studio

Visual Studio allows to sort tabs by alphabetical order, but I would like to sort them by extension. Unfortunately, I don't see this option anywhere.

Is there some some of extension that already does this ?

Ideally, I would even like to sort them by what they actually are, not just by extension, i.e a category for code files that define MVC controllers, another for code files that define MVC models, etc. I suppose this doesn't exist. but is there a simple way to make an extension that would handle this ?

Thank you.



Solution 1:[1]

You can use my Tabs Studio extension and with the Sorter add-in you can order tabs by extension, a part of tab name and other criteria:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sergey Vlasov