Closed kimmoahola closed 5 years ago
Hi,
Thank you for the VS code extension!
I would suggest some kind of a rounding of the complexity number. I have the default settings, except:
"codemetrics.nodeconfiguration.ReturnStatement": 0.1, "codemetrics.nodeconfiguration.CaseClause": 0.1, "codemetrics.nodeconfiguration.DefaultClause": 0.1,
With that setting I get way too much precision on the number:
Only 2-3 meaningful number would be enough. In this case the number would be "10.4", or even just "10".
I'll check it later, I've never thought anyone would use decimals here. :smile:
Version 1.18.1 should soon be available in the market, it will contain the fix for this.
Seems to work. Thanks!
Hi,
Thank you for the VS code extension!
I would suggest some kind of a rounding of the complexity number. I have the default settings, except:
With that setting I get way too much precision on the number:
Only 2-3 meaningful number would be enough. In this case the number would be "10.4", or even just "10".