Visual Studio 2010 中的多显示器支持
我听说 Visual Studio 2010 有“多显示器支持”。但现在我使用它,我发现它与VS2008没有什么区别。
当从一台显示器切换到两台显示器并再次切换回来时,我仍然需要调整所有窗口的大小。
我是否缺少某种个人资料或设置?例如,Delphi 允许您保存桌面配置文件,记录您喜欢的特定窗口的位置。从单显示器切换到双显示器就像选择不同的桌面配置文件一样简单。
VS2010 中是否有类似的东西我缺少?
I hear that Visual Studio 2010 has "Multi-Monitor Support". Yet now that I am using it, I see no difference from VS2008.
I still have to resize all my windows when switching from one monitor to two and back again.
Is there somekind of Profile or setting I am missing? For example, Delphi lets you save desktop profiles that record where you like specific windows. Switching from single to dual monitors is as simple as selecting a different desktop profile.
Is there something similar in VS2010 that I am missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
多显示器支持是指您能够取消停靠代码窗口并将其拖动到另一个显示器。尝试将代码窗口的选项卡拖到另一个监视器中。
ScottGu 有一篇关于这个主题的优秀博客文章
Multi-monitor support refers to the ability for you to undock a code window and drag it to another monitor. Try dragging on the tab of a code window into your other monitor.
ScottGu has an excellent blog post on this subject
只需将编辑器选项卡拖出并拖到您的另一台显示器上即可见证荣耀。
Just drag the editor tabs out and onto your other monitor and witness the glory.
在 VS2008 中,您可以分离解决方案资源管理器之类的东西并将它们放在不同的显示器上,但源代码页被迫保留在一台显示器上。
In VS2008 you could detach things like the solution explorer and put them onto a different monitor, but source code pages were forced to stay on one monitor.