Question

I am using Resharper 7.1 with Visual Studio 2010. Is there a way to find all uncommented (without method summary and parameter descriptions) public methods through the entire solution?

Was it helpful?

Solution

You don't need Resharper for this.

Simply check "Generate XML documentation file" in the build tab in project properties, and the compiler will warn you about every missing comment.

OTHER TIPS

You could do this with the Agent Smith plugin for ReSharper. I wrote about how to do it a long time ago in my blog, but honestly I don't know if this method still works. You can read about it here: http://hmemcpy.com/2010/11/documenting-your-public-api-easily-with-resharper-and-ghostdoc/

Looks like there's a version of Agent Smith plugin available for ReSharper 7.1, so you might be in luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top