Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Generate cyclomatic complexity report #42

Closed
GregOnNet opened this issue Oct 23, 2017 · 2 comments
Closed

[Feature request] Generate cyclomatic complexity report #42

GregOnNet opened this issue Oct 23, 2017 · 2 comments

Comments

@GregOnNet
Copy link

Hey there,

thanks for the this awesome plugin.
I use it every day. 👍 👍 👍

Now I am working on a bigger project.
It has lots of huge methods and classes.
It would save me lots of time if I could simply generate a report telling me which file has classes and methods containing a complexity higher than 6 , 8 or 10,

What do you think is it possible to add this feature?

Kind regards
Greg

@kisstkondoros
Copy link
Owner

kisstkondoros commented Oct 24, 2017

There was already a similar request in #32 .
There I've linked a simple implementation for a webpack plugin.
https://github.com/kisstkondoros/tsmetrics-webpack-plugin

Would that be sufficient?

(It would be very inefficient to implement this in vscode, because of the current structure of my extension)

@GregOnNet
Copy link
Author

Hey,

thanks for the quick response.
I defenetly will give it a shot.

I also see that my feature request would blow up the extension's code base.
I close this issue for now.

Kinds
Greg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants