views:

329

answers:

4

I've finally joined the 21st century and got a second monitor. I can merrily undock all the side windows (Solution Explorer, ToolBox etc) and plonk them anywhere I like on either monitor. I can't though figure out how to undock a code window. Is it possible? (I'm using vs2008).

+1  A: 

Multi monitor is a key functionality of the new vs 2010 as was requested by a lot of devs.

Andrea Balducci
A: 
Marc Gravell
Wasn't the question in regard to VS2008?
sean e
It was - and looking at the answers I assumed it wasn't available pre 2010.
PaulB
Indeed - to clarify: it isn't available until 2010; I can't do much about that ;-p
Marc Gravell
check out my answer, StudioTools (a free addin) can do what you need in VS2008
Piotr Owsiak
A: 

You could resize Visual Studio to cover both monitors, then right-click the code window and click New Vertical Tab Group

SLaks
+1  A: 

Actually there is a way to do that.
You just need to install a FREE addon from Exact Magic named StudioTools
It has this feature called "Tear Off Editor Window".
You just activate the tab you want to tear off and from the StudioTools manu select Tear Off Editor.

I also strongly recommend you check out the rest of the features, especially the "Smart Goto" which rocks!

Piotr Owsiak
StudioTools seems to be broken for me in VS 2005. The arrow keys and Backspace do not work in the floating code windows. It might be a conflict with other plugins I have installed (ReSharper, RockScroll, etc.).
kpozin
Possible, can you please post your findings when you investigate the issue.
Piotr Owsiak