When using Visual Studio, I\'d like it to build my projects continuously. That is, after every save, kick off a build. I tend to work on large (35+ project) solutions, so ha
I started developing a new open source extension that is called BuildOnSave and does exactly that: It builds the current solution or startup project when a file is saved.
It's available on the Visual Studio Extension Gallery: https://visualstudiogallery.msdn.microsoft.com/2b31b977-ffc9-4066-83e8-c5596786acd0
May be you can give it a try. I would very much appreciate feedback.