|
I want to have a go at creating Visual Studio plugins in C#. More specifically I want to see what can be learned from the plugins framework by running some tests and using intuition. I want to test if it is possible to have a contextMenuItem that closes all regions, except the region I am currently working in. I have a small working example of a plugin (making a property from a selected field) to start from.
|
|