Visual Studio 面板
作为一名 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
作者:詹姆斯·艾弗里:
每个开发人员都应该立即下载的 Visual Studio 加载项:VSWindowManager PowerToy
该页面上的链接已损坏,但您可以在 CodePlex 上找到 VSWindowManager。
编辑: 这是一个关于让它在 VS 中工作的问题 2008年。
By James Avery:
Visual Studio Add-Ins Every Developer Should Download Now: VSWindowManager PowerToy
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.
如果您使用工具->导入和导出设置..并导出常规设置 ->窗口布局 然后,每当您遇到重置问题时,您都可以再次导入窗口布局。
就我个人而言,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.