Visual Studio Add in.
- by Eric Brown - Cal
I was looking to write/get a visual studio add in.
I want to be able to write descriptive log calls at the top and bottom of a function.
like this
log.debug("TheClass.TheMethod(string TheStringParam ="+TheStringParam+") - in");
log.debug("TheClass.TheMethod(string TheStringParam ="+TheStringParam+") - out");
Is there an adin that does this?…