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
2010-09-29 15:56:19
+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
2010-09-29 15:57:11
Awesome, never knew this.
Andy Rose
2010-09-29 15:59:43