I'm trying to get the length of all the identifiers and methods of a project made in ASP.NET Core 2.2, in order to analize the code metrics for a homework, but I haven't found any kind of tool that provides that metric.
By far I've used Code Metrics of Visual Studio 2019, and I got the next metrics:
- Maintainability Index
- Cyclomatic Complexity
- Depth of Inheritance
- Class Coupling
- Lines of Code
I wanna know if there's any tool that provides me the metric that I'm looking for.