I have a file a xyz.cpp. I want to open two instances of a this file in Visual studio (btw I am using 2005). Why would I want to do so? I want to compare two sections of the same file side by side. I know workarounds such as
1) make a copy of the file. But the problem is that its not elegant and I dont want to make copies everytime I faced with this.
2) I can split the window into two. The problem with split it than I can split it horizontally only. The result of horizontal split is that right half my screen is white space.
If I were able to split it vertically or open two instances of the same file, it would increase the number of lines of code I can compare.