BasLeijdekkers / MetricsReloaded

Automated source code metrics plugin for IntelliJ IDEA
http://plugins.intellij.net/plugin/?id=93
165 stars 31 forks source link

No complexity metrics result for JavaScript #5

Open BasLeijdekkers opened 13 years ago

BasLeijdekkers commented 13 years ago

analyse complexity metrics does scan JS as well but does not show any results?! (I would expect some given I have quite some stuff from YUI in my project)

superdyzio commented 6 years ago

Hi! I was looking for some webstorm plugin for checking functions complexity and I've found this thing. I can see that this issue is an old one, but today I don't have any profile for complexity for my js/ts files. I need something to mark complexity and check unit test coverage of functions. Do you think I can work on adding such a feature?