Visual Studio OSI Improvements

I am wondering if anyone knows how to do this. Here goes.

I have multiple monitors setup and I am maximizing Visual Studio for both windows. I am creating a new vertical document tab control so that I have one tab control on each physical screen. This is normal.

Now I want them to work as if they were connected. I want the designer on one side and the code associated with the displayed designer on the other window.

I would like to have the following functions:

  • If the item is double-clicked in the solution explorer, open the designer / code in both tabs.
  • With a document selected in any panel, open the corresponding file in another panel.
  • Make the designer view updated when edited or periodically.

Any ideas on how I can go about doing this?

+2


source to share


1 answer


Try checking out (wait) on VS 2010 (beta now). There should be support for multiple monitors.



+1


source







All Articles