Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create DUPLICATE code window in visual studio 2012

I want one code window to have two duplicates. I want to place one code window on one monitor, and second code window on the second, extended monitor. As I Go on typing, I want second window to display the code that I type on the first monitor. Is it possible in visual studio 2012? It would be very helpful for me while teaching the trainees.

like image 314
Aditya Bokade Avatar asked Aug 06 '13 15:08

Aditya Bokade


2 Answers

I haven't got a copy installed here to test but I believe the answer you're looking for lies hidden under the Window menu..

Activate the window you wish to duplicate and under Window on the toolbar choose New Window. This will create a duplicate of the active document. Under the Window menu again you should find the option to make the window Floating

Update for Visual Studio 2013: Vertical split of cshtml window in VS2013

like image 87
gvee Avatar answered Nov 25 '22 15:11

gvee


In VS2012, the feature closest to what you are after is called "Split" and its under the Window menu when you have a code file selected. This creates a split view of the selected code file within the original window.

I don't know of any way to seperate the copies from each other and float them on different screens.

like image 26
Mike1234 Avatar answered Nov 25 '22 13:11

Mike1234