I just realised that Office 2007 now shows multiple pages per default. I can finally take advantage of that huge monitor I’ve bought.
Is there a similar feature with Visual Studio?
Something like ‘View -> Two Pages’
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use ‘Tab Groups’. Visual Studio supports both horizontal and vertical panes (since at least Visual Studio .NET 2002 I believe, I haven’t used VS 5 or 6 in ages..)
There are several ways to create a tab group. One way is:
Another way is:
Here is a website demonstrating this with pictures and it even includes showing you how to split pane with the same file. Handy when refactoring!