Is there anything like Eclipse Perspective in Visual Studio?

前端 未结 3 1341
囚心锁ツ
囚心锁ツ 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!

    0 讨论(0)
  • 2021-02-05 17:18

    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

    0 讨论(0)
  • 2021-02-05 17:19

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

    0 讨论(0)
提交回复
热议问题