With Visual Studio 2013 Ultimate/TFS2013 there's a new feature called CodeLens which will probably give you something similar to what you're after.
See - http://msdn.microsoft.com/en-us/library/vstudio/dn269218(v=vs.120).aspx And - http://blogs.msdn.com/b/zainnab/archive/2013/07/09/visual-studio-2013-preview-codelens-aka-code-information-indicators.aspx Basically, there is functionality to show you recent changes, by who and the checkin comment. On 13 September 2013 15:11, Preet Sangha <[email protected]> wrote: > Anthony, you're asking about some form of automated tool and seriously > you're not using the annotate function within TFS? > > > > > > > On 13 September 2013 16:55, <[email protected]> wrote: > >> I like to comment code and remove some of them after a while. **** >> >> ** ** >> >> Anthony**** >> >> Melbourne StuffUps…learn from others, share with others!**** >> >> http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/ >> **** >> >> >> >> ---------------------------------------------------------------------------------- >> NOTICE : The information contained in this electronic mail message is >> privileged and confidential, and is intended only for use of the addressee. >> If you are not the intended recipient, you are hereby notified that any >> disclosure, reproduction, distribution or other use of this communication >> is strictly prohibited. >> If you have received this communication in error, please notify the >> sender by reply transmission and delete the message without copying or >> disclosing it. (*13POrtC*) >> >> ----------------------------------------------------------------------------------- >> **** >> >> ** ** >> >> *From:* [email protected] [mailto: >> [email protected]] *On Behalf Of *Craig van Nieuwkerk >> *Sent:* Friday, 13 September 2013 2:50 PM >> *To:* ozDotNet >> *Subject:* Re: Code commenting**** >> >> ** ** >> >> A lot of source control systems give you that out of the box. I know Git >> and SVN both do with the BLAME command. I wouldn't want the comments >> scattered throughout the code.**** >> >> ** ** >> >> On Fri, Sep 13, 2013 at 2:45 PM, <[email protected]> wrote:**** >> >> Anyone suggest a method to autmaticlly comment code when lines have >> changed? Would be great to be able to see who changed what when viewing >> the code.**** >> >> **** >> >> At the moment,, we write comments like //xxMOD 12AUG13 XX=PROGRAMMER >> INITIALS**** >> >> **** >> >> WE use TFS but we like to write comments in code sometimes. Any >> extensions able to do this?**** >> >> **** >> >> Anthony**** >> >> Melbourne StuffUps…learn from others, share with others!**** >> >> http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/ >> **** >> >> >> >> ---------------------------------------------------------------------------------- >> NOTICE : The information contained in this electronic mail message is >> privileged and confidential, and is intended only for use of the addressee. >> If you are not the intended recipient, you are hereby notified that any >> disclosure, reproduction, distribution or other use of this communication >> is strictly prohibited. >> If you have received this communication in error, please notify the >> sender by reply transmission and delete the message without copying or >> disclosing it. (*13POrtC*) >> >> ----------------------------------------------------------------------------------- >> **** >> >> **** >> >> ** ** >> > > > > -- > regards, > Preet, Overlooking the Ocean, Auckland >
