Stories recently tagged with 'GhostDoc'

Speed Coding with Regionerate, GhostDoc & Visual Studio's Refactoring(rauchy.net)

submitted by rauchyrauchy(455) 4 years, 5 months ago

A short screencast I created that demonstrates how I use free productivity enhancers such as GhostDoc, Regionerate and Visual Studio's built-in refactoring tools. read more...

add a comment |category: |Views: 42

tags: another

GhostDoc 2.1.1 Release: For programmers who hate writing documentation(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

Unlike nDoc or Sandcastle, this tool doesn't generate the end-result documentation, rather, it's a VS add-in that _automatically_ writes the XML documentation in your C# code! What it generates is based upon a set of editable rules. read more...

5 comments |category: |Views: 52

tags: another

GhostDoc 2.1.0 Released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 4 years, 11 months ago

Another version of GhostDoc, a VS-Plugin making the sourcecode documentation as easy as ctrl+shift+D, has been released on Jun 24 2007 by Roland Weigelt. He added VB.Net support and better handling of event documentation. read more...

add a comment |category: |Views: 7

tags: another

Visual Studio Plugin GhostDoc 2.0.0 Released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 5 years ago

Roland Weigelt released version 2.0 of his XML-Comment generator plugin for visual studio. It now runs under Vista and he added support for Orcas. All changes can be found in the changelog on his blog. For downloads visit http://www.roland-weigelt.de/ghostdoc/ . read more...

add a comment |category: |Views: 34

tags: another

Roland Weigelt's GhostDoc(roland-weigelt.de)

submitted by gringodgringod(270) 5 years, 11 months ago

GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters. read more...

1 comment |category: |Views: 2

tags: another