python-radonThe python radon extension shows the complexity and rating of a class, method or function inline of the source code. RequirementsYou need to install python-radon at a minimum version 5.1:
MetricsSee the radon documentation to understand the rating and complextity values presented by the extension. Maintainability Index
Cyclomatic Complexity
Code Lens and Status BarThe cyclomatic complexity is shown in front of functions, methods or classes. You can also see the current maintainable index of the source code of the active editor in the status bar. Extension SettingsThis extension contributes the following settings:
TroubleshootingRunning on WindowsIf you install python-radon on a windows system there is no single radon executable. To solve this you can create a batch script
CreditsComplex icons created by Flat Icons - Flaticon Release Notes1.0.6Provide trouble shooting for Windows System 1.0.5Spelling errors were corrected 1.0.4Added screenshot of the functionality to the README.md 1.0.3Show the maintainability index of the current source code in the status bar 1.0.2Allow editing settings when executable couldn't be found and the documentation was extended 1.0.1Added the complexity icon Complex icons created by Flat Icons - Flaticon 1.0.0Initial release of Python radon |