This is an extension pack of Visual Studio Extensions, that I personally use and with this I'd like to share them with you.
I will write summary for each and how it helps me.
It automagically attaches debugger to any new child processes that are created from already debugging application.
This is espeacially usefull when debugging something at the startup of child process,
because there is often small time window to attach. With this it is no effort.
Adds combobox in top toolbar for switching between startup projects. Definitions are in config file with repository and it supports multiple startup projects as well.
For developing CP3 it is really convenient for switching between 3 startup projects (server+agent+client) and other projects