Simplify your XML Comments! GhostDoc is a Visual Studio extension that automatically generates XML documentation comments for methods and properties based on their type...
supported platforms: visual studio 2015 incl. community edition visual studio 2013 visual studio 2012 visual studio 2010 visual studio 2008
supported languages: c#, visual basic, c#, c++/cli, javascript
comment stub creation/update works also for c++
ghostdoc is a visual studio extension that automatically generates xml documentation comments for methods and properties based on their type, parameters, name, and other contextual information.
when generating documentation for class derived from a base class or for interface implementation (e.g. .net framework or your custom framework), ghostdoc will use the documentation that microsoft or the framework vendor has already written for the base class or interface.
documentation documentation-generator code-documentation