Search code examples
c#visual-studioquickinfo

QuickInfo in VS 08 for custom methods


Is it possible (and if yes, how?) to provide custom classes, types, whatsoever with the QuickInfo-Hovers provided by the .NET-Base-classes that explain e.g. a summary or definitions of the parameters and exceptions?

(Example for clarification)

QuickInfo http://img137.imageshack.us/img137/9720/quickinfo.jpg


Solution

  • You need to add XML Comments to your method.

    GhostDoc is a free tool that will give you a context menu option that has a stab at it for you ;)

    Kindness,

    Dan