Is there any tool or extension to generate a report which contains data about classes and methods? For example, show a summary of all classes and the methods included in each class with the count of both.
feedback
|
|
NDepend lets you perform all kinds of queries about your code. I can't say I've used it myself, but I would be surprised if it didn't let you generate reports. | |||
|
feedback
|
|
I found it in Visual studio. go to the following menu option Analyze > Calculate Code Metrics for Solution It will show Code Metrics Result window. From this window choose export to excel and you'll get a report with all the projects, Namespaces, Classes, Methods and some other details about them in Excel file. | |||
|
feedback
|