GhostDoc is a free Visual Studio extension that automatically generates XML documentation comments for methods and properties based on their type, parameters, name, and other contextual information.
If you follow good naming conventions in your code, then you will get very decent results on the summary GhostDoc generates. When I see code that is not documented, it is as simple as hit Ctrl-Shift-D to have GhostDoc document it.
Benefits
* Save keystrokes and time
* Simplify documenting your code
* Benefit of the base class documentation
Features
* Generates XML comments based on code element type, parameters, name, and other contextual information.
* For a derived class uses the base class documentation.
* Assignable shortcut (default Ctrl-Shift-D)
* Configurable rules, acronyms and macros
* Import/Export of the configuration and the rules
* Option to re-build documentation
The Smart Device Framework is a sample applications (with source code).
Comments