When I’m developing an UI interface of WinForms app I need toolbox panel and some other panels. But when I’m on writing the code itself basically I don’t need everything unless two code windows. How can I set up this layouts and then just switching between them by pressing some hotkeys?
Share
What you need are `Perspectives’.
A perspective is a current configuration including toolbars, docked panels etc.
You can consider the ‘Perspectives‘ add-in for Visual Studio 2010.