本文介绍了在Visual Studio中有什么像Eclipse Perspective吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道在Visual Studio(2008或2010)中是否有Eclipse Perspectives有任何东西。



对于那些不熟悉Eclipse的人来说,这是一个



更多信息:



它可能不如VSWindowManager那么完整,但可以保存您的配置和创建新的配置。让我知道如果它有效!


I was wondering if there's anything like Eclipse Perspectives in Visual Studio (2008 or 2010).

For those unfamiliar with Eclipse, here's a definition of Perspectives:

Let me give you a visual example:

Java Perspective:

SVN Repository Perspective:

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/

More info here: 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. Let me know if it works out!

这篇关于在Visual Studio中有什么像Eclipse Perspective吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 02:25