visual studio 2010 - Is there any VS Add-in to autoupdate XML Doc-Tags with the editing date/version? -


when change code (methods, properties, class) write manually date , assembly/file version in xml tags documentation comments in order remember when edited last time (and in version) piece of code.

in own projects use tag "version", in other projects put edit date , assembly version in tag "remarks". functions, classes, methods of solution: of course when have more functions in same file , edit function1, have notice date/version when edited function , if edit function2, tag of function1 has not updated.

i wondering if there vs 2010 add-in automate (partially too) process.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -