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

前端 未结 15 1607
误落风尘
误落风尘 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:14

    How to open two instances of the same file side by side in Visual Studio 2019:

    1. Open the file.

    2. Click Window -> New Window.

    3. A new window should be open with the same file.

    4. Click on Window -> New Window Document Group.

    Result:

提交回复
热议问题