Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Visual Studio 2008 New Tab Position

One of my pet peeves ever since Visual Studio 2005 (behavior is unchanged in VS 2008) came out was the placement of the new tabs when opened. These opened on the left of current tabs which was the opposite of where new tabs opened in Visual Studio 2003 and beyond.

In my opinion opening new tabs to the left of current tabs is counter-intuitive... Most tabbed applications including Firefox and IE7 open new tabs to the right. My question is, is there a configuration setting or hack to make tab opening behave like it did in Visual Studio 2003?

like image 809
cyclo Avatar asked Mar 08 '09 13:03

cyclo


2 Answers

** Not actually for VS 2008 - Only adding this here because it's the top hit on goog **

To set up tabs on the right for VS 2010

Tools -> Options -> Environment -> Documents and select the "Insert documents to the right of existing tabs" option.

like image 96
Highstead Avatar answered Oct 04 '22 16:10

Highstead


Tabs Studio (developed by me) add-in for Visual Studio 2008 opens tabs on the right, adds multiple rows of tabs and much more.

like image 38
Sergey Vlasov Avatar answered Oct 04 '22 16:10

Sergey Vlasov