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
An XML comment encountered outside the document type declaration is represented by the Comment value syntax element. It contains the comment text from the XML message. If the value of the element contains the character sequence --> , the sequence is replaced with the text --> .
Enabling XML Comments XML comments are enabled by default in Visual Basic projects, and cannot be disabled. To enable or disable XML comments for a specific project, go to the project properties page, the Compile tab, and update the "Generate XML documentation file" checkbox.
The syntax for adding XML comments in your code is triple slashes /// followed by one of the supported XML tags.
Use Ghost Doc. It supports customising these. Most importantly it saves the tonne of other info you need to type in.
Try in here.
Customizing XML Comments
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With