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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.