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.
+2
A:
There is no setting for this, but take a look at the documentation for writing visual studio add-ins. This would be a pretty simple one to set up.
Michael
2008-09-25 00:16:13
+3
A:
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
Cristi Diaconescu
2008-11-12 14:45:21
Thanks, that's interesting. I tried it but couldn't get used to it. From what I've read, many agree that there needs to be an overhaul of how VS tabs work in general.
Jonathan S.
2008-11-13 16:22:22
It has worked beautifully for me. I bumbled into this many months ago, and was trying to re-find it for my new computer. Thanks so much!
CindyH
2009-05-26 13:05:31
Glad I could help! :)
Cristi Diaconescu
2009-05-31 08:27:45
+4
A:
Jonathan,
Tabs Studio add-in can automatically group .aspx and .aspx.cs windows in one tab.
Sergey Vlasov
2009-03-30 08:08:05
Thanks for developing this. So far, it looks exactly like what I was looking for!
Jonathan S.
2009-03-30 15:55:02