kisstkondoros / codemetrics

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

Counts seem off by 1... #70

Closed joshgoebel closed 5 years ago

joshgoebel commented 5 years ago

The comment say 4 complexity but then Code Lens will only show 3... Every single time it always seems to be consistently off by 1.

Thoughts?

Screen Shot 2019-08-30 at 2 42 13 AM
kisstkondoros commented 5 years ago

Yes, the method declaration itself is also +1 by default, I'll think about adding it to the list also.

joshgoebel commented 5 years ago

OH, that's not clear at all. ;-) At least now I know it's not broken.

kisstkondoros commented 5 years ago

Version 1.21.0 was just released which should fix this.

joshgoebel commented 5 years ago

Awesome. Thanks.