简体   繁体   English

在Visual Studio中有类似Eclipse Perspective的东西吗?

[英]Is there anything like Eclipse Perspective in Visual Studio?

I was wondering if there's anything like Eclipse Perspectives in Visual Studio (2008 or 2010). 我想知道在Visual Studio(2008或2010)中是否有类似Eclipse Perspectives的东西。

For those unfamiliar with Eclipse, here's a definition of Perspectives : 对于那些不熟悉Eclipse的人来说,这是Perspectives定义

A perspective is a visual container for a set of views and editors (parts). 透视图是一组视图和编辑器(部件)的可视容器。 These parts exist wholly within the perspective and are not shared. 这些部分完全存在于视角内并且不共享。 A perspective is also like a page within a book. 透视图也类似于书中的页面。 It exists within a window along with any number of other perspectives and, like a page within a book, only one perspective is visible at any time. 它与任意数量的其他视角一起存在于窗口中,并且像书中的页面一样,任何时候都只能看到一个视角。

Let me give you a visual example: 让我举个视觉示例:

Java Perspective: Java透视: Java透视

SVN Repository Perspective: SVN存储库透视: SVN存储库透视图

Maybe there is nothing like that straight out of the box, but with some plugin. 也许没有类似的东西直接开箱即用,但有一些插件。 If that's the case, it'll also be a valid answer. 如果是这种情况,它也将是一个有效的答案。

Thanks for your time. 谢谢你的时间。

I used Brian's blog post as a starting point and made a VS2010 extension: http://perspectives.codeplex.com/ 我使用Brian的博客文章作为起点,制作了VS2010扩展程序: http//perspectives.codeplex.com/

More info here: http://csharpening.net/blog/?p=292 更多信息: http//csharpening.net/blog/?p = 292

It's probably not as complete as the VSWindowManager but lets you save your configurations and create new ones. 它可能不如VSWindowManager完整,但可以保存配置并创建新配置。 Let me know if it works out! 如果它成功了,请告诉我!

I found this http://vswindowmanager.codeplex.com/ but it's for 2005.. there is a branch for 2008 in the source code but i don't know if it works... I think I'll give it a try and post any results... 我发现这个http://vswindowmanager.codeplex.com/但它是2005年的..在源代码中有一个2008的分支,但我不知道它是否有效...我想我会试一试并发布任何结果......

It would be great if it works also for 2010!!! 如果它也适用于2010年将是伟大的! When you work in 1024*768 it's really annoying to rezise the windows every two seconds!!! 当你在1024 * 768工作时,每两秒钟重新调整窗口真的很烦人!

Good luck!! 祝好运!!

您可以查看我的博客文章,该文章提供了在Vs2008和Vs2010中列出和切换窗口布局的功能: http ://www.brianschmitt.com/2010/09/save-and-change-tool-layout-in-visual 。 HTML

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM