Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Duplicate the same page on two monitors in VS2010 (so not exactly split view)

I'm wondering if it's possible to duplicate the same page on two monitors. So sorta like split view, but instead of just split in the middle have it duplicate in a new window.

Is this possible in VS2010?

like image 664
rksprst Avatar asked Jul 13 '10 01:07

rksprst


1 Answers

Click Window, New Window to create a second document window for the same file.

You can then undock the new window and move it to a second monitor.

like image 130
SLaks Avatar answered Nov 06 '22 19:11

SLaks