Open two instances of a file in a single Visual Studio session

前端 未结 15 1579
误落风尘
误落风尘 2020-12-02 03:21

I have a file, xyz.cpp. I want to open two instances of this file in Visual studio (BTW, I am using Visual Studio 2005). Why would I want to do so? I want

15条回答
  •  隐瞒了意图╮
    2020-12-02 04:15

    When working with Visual Studio 2013 and VB.NET I found that you can quite easily customize the menu and add the "New Window" command - there is no need to mess with the registry!

    God only knows why Microsoft chose not to include the command for some languages...?

提交回复
热议问题