StevenMcD
StevenMcD

Reputation: 17502

Customize XML comments in Visual Studio 2008

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

Answers (2)

Preet Sangha
Preet Sangha

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

kevchadders
kevchadders

Reputation: 8335

Try in here.

Customizing XML Comments

Upvotes: 3

Related Questions