Is there anything like Eclipse Perspective in Visual Studio?

只谈情不闲聊 提交于 2019-12-03 12:49:50

问题


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:

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:

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.


回答1:


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!




回答2:


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

It would be great if it works also for 2010!!! When you work in 1024*768 it's really annoying to rezise the windows every two seconds!!!

Good luck!!




回答3:


You can check out my blog post which provides the ability to list and switch window layouts in Vs2008 and Vs2010: http://www.brianschmitt.com/2010/09/save-and-change-tool-layout-in-visual.html



来源:https://stackoverflow.com/questions/3347452/is-there-anything-like-eclipse-perspective-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!