vote up 7 vote down star

I've got 2 monitors, and most of the time I've got some reference material open on one screen, and Visual Studio on the other. To really get in the zone, though, I need my code to be the only thing I see. Does anyone know if it's possible to have multiple code windows in Visual Studio? So far the best I can do is put debugger output and the solution explorer on my left monitor, and the rest of VS on the right. I would love to have code on both windows, however.

flag

2 Answers

vote up 19 vote down check

If you right click on the file tabs, there's an option for "New Vertical Tab group" Just maximize across both monitors and put the divider on the monitor divide and I think that's what you're after.

link|flag
Obviously you can't do this if your window is maximised, make sure you "restore" it and then drag it out to fill both monitors - just thought I would add before someone screams! – Rob Cooper Sep 19 '08 at 13:25
I'm going to try this using Ultramon, because I can't stand non-maximized windows. – Alex Fort Sep 19 '08 at 13:28
Correct, I use Ultramon but there are many utilities to maximize across multiple screens. Grid is also very handy if you want to give it a shot. – Nick Craver Sep 19 '08 at 13:29
Windows users must use Ultramon! – Jarrod Dixon Sep 21 '08 at 3:06
When I have dual identical-sized screens, then the stretched Visual Studio + vertical tab group recommendation is great for production code on one side, and tests on the other. Also, diffing with 2 monitors (one on each side) is awesome! – Brad Wilson Sep 21 '08 at 17:56
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.