I am writing a add in for visual studio, what I would like to do is run my add in after another command has been run.
For instance my addin is used to record modifications to files for an internal tool that shows what needs to be copied across from the dev server to production server, in case a dev is ill or on holiday etc.
So the timeline would be
(user clicks checkin) --> (my add in runs) --> (success / error message)
I have googled and looked on stackoverflow but just cant seem to find anything that notes how to do this.
Edit:
I cannot use macros due to the way each dev station is personalised