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?

有帮助吗?

解决方案

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.

其他提示

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!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top