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

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

    You can use the WindowsNew Window option to duplicate the current window. See more at: Why I like Visual Studio 2010? Undock Windows

提交回复
热议问题