Visual Studio 面板

发布于 2024-08-12 00:23:09 字数 414 浏览 5 评论 0原文

作为一名 .Net 开发人员,我每天大部分时间都在 Visual Studio (2008) 中工作。 虽然 IDE 中有很多有用的功能,但每天都有很多事情让我感到沮丧。

其中之一就是窗口对接和固定。有许多不同的窗口类型(调试、挂起签入、查找结果、错误等),并且 它们一目了然。然而,它们将在哪里展示是非常难以预测的。

例如,如果您取消固定查找结果窗口(您希望能够完全看到当前页面),那么下次您进行搜索时,它可能在任何地方! 它们的位置和对接类型往往会在应用程序运行时以及停止时发生变化。

有时打开视觉工作室会重置我的所有面板,它们将无处不在!

您有哪些技巧可以“控制”这些窗口免受干扰,同时能够按预期使用它们?

您还发现了哪些其他问题(与窗口相关)?

适用于 Visual Studio 2005 或 2008。

As a .Net developer I spend a large portion of my day working in Visual Studio (2008).
While there are a lot of useful functionality inside the IDE, there are many things that I find frustrating on a daily basis.

One of those things are the windows docking and pinning. There are many different windows types (debugging, pending checkins, find results, errors etc), and
they are handy to have at a glance. However they are very unpredictable as to where they will be displayed.

For example, if you unpin the find results window (you want to be able to see the current page totally), then the next time you do a search it could be anywhere!
Their location and docking type tends to change when running the application, as to when it is stopped.

On occasions opening visual studio will reset all my panels and they will all be everywhere!

What tips do you have for "controlling" these windows from interfering, while being able to use them as they were intended?

What other issues (with windowing) have you found?

Can be for Visual Studio 2005 or 2008.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

盗心人 2024-08-19 00:23:09

作者:詹姆斯·艾弗里:
每个开发人员都应该立即下载的 Visual Studio 加载项:VSWindowManager PowerToy

Visual Studio IDE 包含大量不同的 Windows,所有这些 Windows 在不同的时间都有用。如果您像我一样,您可能会在开发工作的不同阶段使用不同的窗口布局。当我编写 HTML 时,我喜欢隐藏工具箱和任务列表窗口。当我设计表单时,我想显示工具箱和任务列表。当我编写代码时,我喜欢隐藏除任务列表之外的所有窗口。必须根据我正在做的事情不断打开、关闭和移动窗口,这既令人沮丧又耗时。

...

VSWindowManager 将根据您当前查看的是设计器还是代码文件,自动在设计和编码布局之间切换。您还可以使用“应用窗口布局”菜单上的命令从当前保存的布局中进行选择。当您选择已保存的布局之一时,VSWindowManager 将自动隐藏、显示和重新排列窗口,以便它们的布局与以前完全相同。

该页面上的链接已损坏,但您可以在 CodePlex 上找到 VSWindowManager

编辑: 这是一个关于让它在 VS 中工作的问题 2008年。

By James Avery:
Visual Studio Add-Ins Every Developer Should Download Now: VSWindowManager PowerToy

The Visual Studio IDE includes a huge number of different Windows, all of which are useful at different times. If you are like me, you have different window layouts that you like to use at various points in your dev work. When I am writing HTML, I like to hide the toolbox and the task list window. When I am designing forms, I want to display the toolbox and the task list. When I am writing code, I like to hide all the windows except for the task list. Having to constantly open, close, and move windows based on what I am doing can be both frustrating and time consuming.

...

VSWindowManager will automatically switch between the design and coding layouts depending on whether you are currently viewing a designer or a code file. You can also use the commands on the Apply Window Layout menu to choose from your currently saved layouts. When you select one of the layouts you have saved, VSWindowManager will automatically hide, show, and rearrange windows so they are in the exact same layout as before.

The link on that page is broken but you can find VSWindowManager on CodePlex.

Edit: Here's a SO question on getting this to work in VS 2008.

〃安静 2024-08-19 00:23:09

如果您使用工具->导入和导出设置..并导出常规设置 ->窗口布局 然后,每当您遇到重置问题时,您都可以再次导入窗口布局。

就我个人而言,2008 年的 Docking 系统并没有遇到任何真正的问题。偶尔我会放错一些东西,但您很快就会学会导入快捷键的键盘快捷键。

If you use Tools -> Import and Export Settings.. and export General Settings -> Window Layouts then any time you have the reset issue you can just import your window layouts again.

Personally I have not had any real issues with the Docking system in 2008. Occasionally I misplace something, but you soon learn the keyboard shortcuts to the import ones.

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