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?
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?
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.
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.