Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open multiple projects in Visual Studio 2010

How to open multiple projects at time in VS2010?

like image 855
Mahtab Avatar asked Feb 13 '11 14:02

Mahtab


People also ask

Can you open multiple projects in Visual Studio?

You can work with multiple project folders in Visual Studio Code with multi-root workspaces. This can be helpful when you are working on several related projects at one time.

How do I open more projects in Visual Studio?

Just right click on the Visual Studio icon and then select "New Window" from the contextual toolbar that appears on the bottom in Windows 8. A new instance of Visual Studio will launch and then you can open your second project.

How do I open multiple projects in Visual Studio windows?

To open a second instance of the integrated development environment (IDE), right-click on the Visual Studio icon in your dock or Applications folder, and select New Instance.

How do I open multiple project codes in Visual Studio?

You can simply do File>New Window and open the other project in the new window. Because after you close VSCODE and launch it again it opens only one of these two windows.


1 Answers

  1. Have several instances of VS (this may tax your RAM, but it is no problem if you have 2 GB or more, I often have several Visual Studios with large solutions started)

  2. Add the projects you want to have opened to one solution (right click the solution in Solution explorer, it is there).

like image 180
Matěj Zábský Avatar answered Sep 21 '22 10:09

Matěj Zábský