mynameiscoffey
mynameiscoffey

Reputation: 15992

Is there a Visual Studio 2010 Add On for Tabbed Multi-Monitor support

In Visual Studio 2010 you can drag tabs out to separate windows but you can not collect them together as additional tabbed elements. Is there a VS 2010 add-on to allow you to group your extra windows into tabs? It would be really nice to have a set of tabs on each of my monitors.

Upvotes: 6

Views: 1315

Answers (2)

MaxxAMillion
MaxxAMillion

Reputation: 128

http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef

Productivity Power Tools does it, and it's free. The feature is called Document Well.

Upvotes: 0

Dennis
Dennis

Reputation: 20571

The best place to look is the Visual Studio Gallery for 2010 Extensions. If you are lucky someone else has already had the idea and created an extension (VSIX) for you.

Otherwise, why do you have a go at writing it yourself by grabbing a copy of the Visual Studio 2010 SDK and read the Getting Started Guide.

UPDATE: I just stumbled on this awesome Visual Studio Extension that may do want you are looking for: Visual Studio 2010 Pro Power Tools.

Upvotes: 3

Related Questions