📅 2012-Feb-22 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ split, visual studio ⬩ 📚 Archive
Problem
It is easy to do vertical split in Visual Studio (see here). But, it is not obvious how to display the same file in both the vertical split sections.
Solution
Main.cpp:1
and Main.cpp:2
The file is now displayed in both vertical split sections. This solution is non-obvious and calling a new tab as a new window is confusing. Hope they can fix all of this in the next release.
Tried with: Visual C++ 2010 Express and Visual Studio 2010