kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
402 stars 20 forks source link

Output as a list? #85

Closed jpragit closed 3 years ago

jpragit commented 4 years ago

Sorry if this is a dumb question, but I see that the extension displays complexity inline with the code. Is there a way to get a list? Maybe one with totals or averages? Sort of the way Code Metrics works in Visual Studio?

thangaraja commented 4 years ago

+1

Gowtham029 commented 4 years ago

+1

kisstkondoros commented 3 years ago

Thank for reaching out!

This was already requested in https://github.com/kisstkondoros/codemetrics/issues/32 https://github.com/kisstkondoros/codemetrics/issues/42 https://github.com/kisstkondoros/codemetrics/issues/56

TLDR; I've published two small tools for generating something like this and it is out of scope of this particular extension.