views:

27

answers:

2

in VS IDE, when more than one tab is open, we can split them horizontally or vertically. BUT they should be different files in each tab. Is there a way I can have the SAME file in BOTH tabs? because when I am working on one method that is calling other methods in the same file, I want to easily see them instead of having to scrolling up and down... thanks

A: 

Ok I could find the answer please refer to this link: http://stackoverflow.com/questions/672110/how-do-i-get-a-code-window-to-split-vertically-in-visual-studio-2008-not-html-m

BDotA
+2  A: 

Click Window, New Window to open a second window for the current file.

You can then drag the new window to a different tab group.

SLaks
Awesome, never knew this.
Andy Rose