Does the Cyclomatic Complexity extension exist for ReSharper 9.1?

1.2k views Asked by At

I was trying Resharper 9.1 and I've found no cyclomatic complexity setting ...I've searched on plugins but as far I've seen it works with PowerToys till the 8.3

Am I missing it or has it been removed?

2

There are 2 answers

0
Piers Myers On BEST ANSWER

Looks like the ReSharper PowerToys: Cyclomatic Complexity extension has not been updated for over a year now. I would suggest contacting Jetbrains and ask them if it will be updated for 9.1.

In the mean time you could use Visual Studio's Analyze->Calculate Code Metrics for Solution to show you your Cyclomatic Complexity.

0
citizenmatt On

It's been updated to 9.2, you can download it from the Extension Manager. It works for C#, VB, Javascript, TypeScript + C++.

Here's a screenshot, release notes and readme.