Is there anything like Eclipse Perspective in Visual Studio?

前端 未结 3 1347
囚心锁ツ
囚心锁ツ 2021-02-05 17:03

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

3条回答
  •  你的背包
    2021-02-05 17:13

    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!

提交回复
热议问题