Visual Studio 2010 中的停靠代码窗口

发布于 2024-12-27 10:14:13 字数 399 浏览 2 评论 0原文

在 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).

Docked Code 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:

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏爱自由 2025-01-03 10:14:13

我也希望这是 Visual Studio 中的一个原生功能,但是有一个解决方法,即使用 Visual Studio 的“浮动选项卡组”功能

  1. 将 Visual Studio 主窗口移开(也许到另一个窗口)监视器,或查看工具窗口所需的监视器的最小区域)
  2. “撕出”或右键单击>浮动在所需的选项卡上将
  3. 选项卡定位到您想要的位置(我建议使用WinSplitRevolution,通过< a href="http://www.codinghorror.com/blog/2007/08/the-large-display-paradox.html" rel="nofollow noreferrer">codinghorror)
  4. 重复,请注意,您可以将选项卡移动到现有的“浮动”选项卡组

,瞧!
如果我们甚至不需要 vs 工具窗口怎么办... 'O_o` ?

有一些挫折,一些命令将在主工具窗口上弹出,而不是当前的选项卡组等,但它仍然相当不错。我不确定 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

  1. Move the visual studio main window out of the way (maybe to another monitor, or to smallest area of the monitor needed to see the tooling windows)
  2. "Tear out" or Right Click > Float on the desired tab
  3. Position the tab to your desire (I suggest using WinSplitRevolution, via codinghorror)
  4. Repeat, note that you can move a tab to an existing 'floating' tab group

And voila!
What if we don't even need the vs tool window... 'O_o` ?

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文