kisstkondoros / codemetrics

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

Single place to see overall complexity of the file and project #56

Closed vimalraj-a closed 6 years ago

vimalraj-a commented 6 years ago

I would like to see the overall complexity of the module and file in report. That would make my life easier than going into the file and seeing the complexity.

Is there any way to get report out of this plugin and can be used in CI Integration ?

kisstkondoros commented 6 years ago

This is out of scope for this particular extension.

BUT!

The functionality was requested already in #32 and I've came up with

Based on these, one can come up with a CLI tool easily, but I have no plans for supporting it.

Please note that the repos and the npm package is outdated, since I have no interest in keeping them up to date. (actual usage vary anyway amongst projects).

I hope this answered Your question!

I'm closing the issue for now.