Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto-organize Visual Studio Tabs?

Is there any setting in Visual Studio 2008 to group/organize tabs? For example, I'd prefer to have all code-behind files open in a tab next to its .aspx page if that page is open and vice versa. Dragging tabs around really kills my productivity.

like image 977
Jonathan S. Avatar asked Sep 24 '08 22:09

Jonathan S.


2 Answers

Jonathan,

Tabs Studio (developed by me) add-in can automatically group .aspx and .aspx.cs windows in one tab.

like image 127
Sergey Vlasov Avatar answered Nov 15 '22 06:11

Sergey Vlasov


Check ot this link - it explains how to make the active tab jump to the left-most position, thereby effectively keeping the most used tabs from 'falling off': window tab management in Visual Studio

like image 22
Cristian Diaconescu Avatar answered Nov 15 '22 06:11

Cristian Diaconescu