Function Complexity Analyzer
A Visual Studio Code extension that analyzes C functions and computes function complexity using AST parsing.
Features
- Detects C functions
- Calculates complexity metrics
- Highlights function complexity
- Shows detailed complexity reports
- Provides pie chart visualization
Usage
- Open a C source file in Visual Studio Code.
- Run the extension command from the Command Palette.
- View highlighted functions and complexity reports.
Requirements
This extension works with C source code.
Release Notes
2.0.0
Initial Marketplace release.
| |