我是visual studio的新手,我正在尝试一些Windows服务。我已经创建了两个解决方案,我想同时查看它们。无需点击file->最近的项目来来回切换。
理想情况下,这可以发生在解决方案资源管理器中,只是嵌套项目,但我只能在那里一次查看一个解决方案/项目。
是否有办法在Visual Studio中查看多个解决方案/项目?
我是visual studio的新手,我正在尝试一些Windows服务。我已经创建了两个解决方案,我想同时查看它们。无需点击file->最近的项目来来回切换。
理想情况下,这可以发生在解决方案资源管理器中,只是嵌套项目,但我只能在那里一次查看一个解决方案/项目。
是否有办法在Visual Studio中查看多个解决方案/项目?
当前回答
您可以创建一个新的空白解决方案,并将不同的项目添加到其中。
其他回答
MAC users - this issue was winding me up, as its not possible to open two different Visual Studio instances at the same time. Ive found a solution that works fine, though its a little unorthodox : get the latest beta testing version, which will install alongside your normal VS install in a separate sandbox (it does this automatically). You can then run both versions side by side, which is enough for what I needed - to be able to examine one project for structure, code etc., while doing the actual coding I need to do in the 'current' VS install instance.
有一种更简单(但不那么明显)的方法;右键单击任务栏中的Visual Studio图标,然后右键单击弹出菜单中的应用程序名称,然后单击“打开”。Windows将打开另一个实例,您可以在其中打开另一个解决方案。
您可以创建一个新的空白解决方案,并将不同的项目添加到其中。
File ->新建窗口。在该窗口中选择另一个项目。每个项目都位于一个单独的窗口中。你可以在它们之间切换。
在一个Visual Studio实例中可以有多个项目。VS解决方案的重点是将你想要使用的所有项目集中在一个地方,所以你不能在一个实例中有多个解决方案。你必须分别打开每个溶液。