In VS2008 just before a method if you add “///” it automatically adds the summary block… Do you know if it is possible to modify the default to this?
/// <summary>
/// Author : Failboy
/// </summary>
I would like it to have my in by default – without having to add it every time