VSWindowManager 替换 - 需要将 VS2010 窗口切换到双显示器配置/从双显示器配置切换
我正在尝试找到一种解决方案,让我可以在 Visual Studio 2010 中的单显示器配置和多显示器配置之间切换。我看到 VSWindowManager 尚未更新 - 还有其他解决方案吗?
I am trying to find a solution that would let me switch between single and multi-monitor configurations in Visual Studio 2010. I see the VSWindowManager has not been updated - is there any other solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在你询问后我想调查一下......
根据 VSWindowManager 的代码 plex 上的信息,您可以看到该开发尚未开始。 (问题 27831 - 影响很大)
浮动文档选项似乎不太受重视。看
浮动窗口
结论:答案是否定的。目前没有(其他)解决方案。
I wanted to look into this after your query...
You can see that development for that hasn't started yet according to the information on code plex for VSWindowManager. (The issue 27831 - has high impact )
The floating document option is not much appreciated it seems. see
floating windows
Conclusion: The answer is No. There is no (other) solution at the moment.
如果您可以忍受重新启动 VS,您可以使用命令行参数设置两个 vs-shortvuts 以使用不同的设置文件启动。一种采用单屏设置,另一种采用多屏设置。
对我来说就像一个魅力:)
哈利
If you can bear a restart of VS, you could setup two vs-shortvuts with a command line parameter to start with different settings-files. One with a single-screen setup and another one with a multi-screen setup.
Works for me like a charm :)
Harry