سؤال

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.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top