ReSharper plugin to measure cyclomatic complexity as you type
-
Updated
Aug 14, 2025 - C#
ReSharper plugin to measure cyclomatic complexity as you type
🔍 Analyze and visualize code health with metrics like cyclomatic complexity, TODOs, and more — for C#, Java, and beyond.
A simple console program that uses Roslyn to calculate various metrics on C# source files. Uses source, not IL, to avoid things like async/await refactoring. Designed to allow new metric calculations and reports to be added easily.
Add a description, image, and links to the cyclomatic-complexity topic page so that developers can more easily learn about it.
To associate your repository with the cyclomatic-complexity topic, visit your repo's landing page and select "manage topics."