How can I make Visual Studio open tabs always in i

2019-08-29 18:08发布

I have a multi-monitor system, and Visual Studio set up like this:enter image description here

The main windows on the left, stuff like Solution Explorer, Output and Error windows on the right. When I want to open any file from the second monitor, the new tab also gets opened there. However, I rather want new tabs to appear in the tab well on my main monitor. Is there any setting (or extension) that can achieve that?

1条回答
冷血范
2楼-- · 2019-08-29 18:15

It is difficult to tell what causing it. Resharper and Productivity Power Tools both have an influence on how your document windows are managed.

A few options:

  • Try dragging the new window that is opening on the wrong screen and dock it; VS might remember this.
  • Check/review all the options for Resharper and the Productivity Power Tools.
  • Check that you don't have any additional R# extensions installed.
  • Export your current settings and reset your environment.
  • Disable extensions one at a time. A common approach to solving a problem by stripping things back until it works again.

I remember having some problems years ago when I ran a multi-monitor setup (at one stage 3+ screens), however now I do all development on a Surface Pro 3.

查看更多
登录 后发表回答