tags:

views:

23

answers:

1

Hi,

Is there any template available which inserts xml comments on the class file(before/after using statements) to include ClassName, Author, File CreateDate, ModifiedBy, BugFixes etc. So any developer adding a new class file should be able to provide these information before writing the code.

Thanks

A: 

You can write a custom code snippet and have everyone on the team use that.

Grz, Kris.

XIII
Thanks. Can we modify the T4 template for the c# class file? So developers don't forget.
Gabriel Susai
Perhaps you can try to customize the template: http://msdn.microsoft.com/en-us/library/ms247119(v=VS.80).aspx.
XIII