01Structured code understanding: Generates file skeletons with classes, methods, and docstrings, and retrieves full source for specific symbols.
02Advanced code quality analysis: Calculates cyclomatic complexity, detects dead code, and identifies duplicate functions.
03Code relationship navigation: Identifies symbol references, generates call graphs, and assesses transitive impact (blast radius).
04Comprehensive code search and inspection: Offers flexible symbol search, raw AST output, and tracing of local variables and parameters.
0510 GitHub stars
06Git-based insights: Provides per-line git blame, identifies code churn, and detects change coupling for improved understanding of project history.