使用Visual Studio 2008的多个监视器
我有2个监视器,大多数时候,我在一个屏幕上打开了一些参考资料,而在另一个屏幕上打开了Visual Studio.但是,要真正进入该区域,我需要我的代码成为我唯一看到的东西.有谁知道在Visual Studio中是否可以有多个代码窗口?到目前为止,我能做的最好的事情是将调试器输出和解决方案资源管理器放在我的左监视器上,将其余的VS放在右边.但是,我希望在两个窗口上都有代码.
I've got 2 monitors, and most of the time I've got some reference material open on one screen, and Visual Studio on the other. To really get in the zone, though, I need my code to be the only thing I see. Does anyone know if it's possible to have multiple code windows in Visual Studio? So far the best I can do is put debugger output and the solution explorer on my left monitor, and the rest of VS on the right. I would love to have code on both windows, however.
如果右键单击文件选项卡,则有一个新建垂直选项卡组"选项.只需在两个监视器之间最大化,然后将分隔符放在监视器的分隔符上,我想这就是你所追求的.
If you right click on the file tabs, there's an option for "New Vertical Tab group" Just maximize across both monitors and put the divider on the monitor divide and I think that's what you're after.