Reputation: 17502
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
Upvotes: 5
Views: 532
Reputation: 65555
Use Ghost Doc. It supports customising these. Most importantly it saves the tonne of other info you need to type in.
Upvotes: 4