Visual Studio 2010 中的停靠代码窗口
在 Visual Studio 中,您可以将代码窗口停靠在水平和垂直选项卡组中(您也可以使用工具窗口执行此操作)。
但是,这样做时您可能会得到大量多余的屏幕空间。如果您可以混合代码窗口的停靠方向,那将是理想的情况。这可以通过 Visual Studio 2010 中的工具窗口实现。下面的图像显示了用于工具窗口的功能:
我的问题是:是否可以通过代码窗口获得相同的功能 - 即能够混合水平和垂直对接,就像所示的工具窗口一样?我听说过有传言说这是可能的,但我一直无法找到其中的任何真相。
In Visual Studio, you are able to dock code windows in horizontal and vertical tab groups (something you can also do with tool windows).
However, when doing so you may end up with a lot of redundant screen space. What would be ideal would be if you could mix docking orientations for code windows. This is possible with tool windows in Visual Studio 2010. Here is an image showing the feature used for tool windows:
My question is: is it possible to get this same functionality with the code windows - i.e. being able to mix horizontal and vertical docking, like with the tool windows shown? I've heard rumours that its possible, but I've been unable to find any truth in that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也希望这是 Visual Studio 中的一个原生功能,但是有一个解决方法,即使用 Visual Studio 的“浮动选项卡组”功能
右键单击>浮动
在所需的选项卡上将,瞧!
有一些挫折,一些命令将在主工具窗口上弹出,而不是当前的选项卡组等,但它仍然相当不错。我不确定 VS2012 是否有任何变化,但我还没有听说任何相关的消息。
I too wish this was a naitive feature in visual studio, but there is one workaround by using the 'floating tab group' feature of visual studio
Right Click > Float
on the desired tabAnd voila!
There are some setbacks, some commands will pop up over the main tooling window instead of your current tab group etc. but its still pretty nice. I'm not sure if there's any changes coming in VS2012, but I haven't heard about anything related.