Is there anything like Eclipse Perspective in Visual Studio? -
I was thinking that there is anything like an eclipse perspective in Visual Studio (2008 or 2010).
They are unfamiliar with eclipse, here it is one:
There is a visual container for a perspective idea and set of editors (parts), these parts are completely Perspectives exist and are not shared. A perspective is also like a page within a book, it exists with any other viewpoint within a window, and similar to the page of a book, only one perspective can be seen at any time.
I would like to give you a visual example:
Java Perspective:
SVN store perspective:
Probably nothing is out of the box directly, but with some plugins. If this is the case, then it will also be a valid answer.
Thank you for your time. I used Brian's blog post as an starting point and created a VS2010 extension:
More info here:
This is probably not complete as a VS Window Manager but lets you save your configuration and make it new I know that it works!
Comments
Post a Comment