Question

How can I customize GhostDoc to do the following?

///<author>Moo</author>
///<summary>
/// Gets the user by ID.
///</summary>
///<param name=”ID”>The ID.</param>
///<returns></returns>
///<datetime>12/4/2012-11:23 AM</datetime>

Basically I want to prepend the author at the beginning of the comment and append the datetime at the end of the comment.

Was it helpful?

Solution

You can do this in the Pro version of GhostDoc but not in the free one.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top