An elegant, lightweight, multi-language static analysis dashboard built directly into VS Code. Analyze file sizes, line counts, and structural branching patterns effortlessly across your workspace.
Features
Multi-Language Support: Works out of the box with JavaScript, TypeScript, Python, Java, C, C++, Go, Ruby, Swift, HTML, and CSS.
Structural Branching Insights: Estimates Cyclomatic Complexity by scanning language-specific conditional pathways (if, loops, catch, etc.) to flag high-risk code.
Workspace Density Metrics: Tracks total files, total lines of code (LOC), and blank whitespace padding lines.