selfrefactor / code-complexity

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

Code Complexity - Fork of Code Metrics

image

Fork of https://github.com/kisstkondoros/codecomplexity

Differences:

Features

Code Complexity

Complexity value is shown inside decoration square if complexity is more than 12. If complexity is less than 12, decoration is shown as size of inner square.

Complexity between 0 and 12 is shown in green.

Complexity between 12 and 22 is shown in blue.

Complexity between 22 and 32 is shown in red.

Complexity above 32 is shown in purple.