Multiple Monitors with Visual Studio 2008

后端 未结 4 2042
野趣味
野趣味 2021-02-18 13:34

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 cod

相关标签:
4条回答
  • 2021-02-18 14:12

    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.

    0 讨论(0)
  • 2021-02-18 14:17

    See also the "Visual Studio and dual/multiple monitors: how do I get optimized use out of my monitors?" question.

    0 讨论(0)
  • 2021-02-18 14:24

    Instead of enlarging the VS2008 window to span the two monitors, you can display the 'Code Definition Window' on another monitor: just drag it outside the main window! I find this very handy to avoid switching between code windows: it is very often that one is interested in the definition of the symbol under the cursor...

    The same is true for other windows like the 'Class View', the 'Call Browser', etc. You can choose to keep them grouped in the same group with tabs, or drag each of them separately (click on the label of the tab to start the drag).

    0 讨论(0)
  • 2021-02-18 14:31

    Though I use StudioTools for other purposes, it has a "Tear off Editor" option, with which you can "tear off" the file to a window and resize the window. Find it quite helpful

    0 讨论(0)
提交回复
热议问题