1

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?

ulrichb
  • 19,610
  • 8
  • 73
  • 87
advapi
  • 3,661
  • 4
  • 38
  • 73

2 Answers2

3

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.

citizenmatt
  • 18,085
  • 5
  • 55
  • 60
1

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.

Piers Myers
  • 10,611
  • 6
  • 46
  • 61