Visual Studio - automatically hide / show the toolbar in Code / Designer modes

I know that I can manually connect and disconnect the Visual Studio Toolbox, but what I would like to do is attach it when viewing the constructor and automatically hide it when I view the code. Is it possible?

Thanks Jamie

+4
source share
2 answers

I don’t know, as far as I know; I don’t think that a toolkit can distinguish between code and design representations.

Perhaps you could write an extension using the Visual Studio SDK that does what you ask for, but I don't think it is possible otherwise.

+2
source

Perhaps Outlook Extension can help you. After installation, you can save the current layout as a perspective (as in Eclipse) in Visual Studio 2010, and then switch between them.

+1
source

Source: https://habr.com/ru/post/1379981/


All Articles