Connect Clawsmith to your coding agent. Ship products like crazy.Unlimited usage during betaGet API Key โ†’
โ† Back to dashboard
clawsmith.com/signal/codebase-call-graph-visualization-cli-missing
โš  IssueUnderserveddev_tool_cliLive

No lightweight CLI to generate function call graphs for navigating unfamiliar codebases

Developers studying large codebases like Linux kernel, Postgres, or legacy enterprise apps have no fast local CLI to load source files and visualize function call graphs with dependency highlighting. A December 2025 HN Ask thread on 'what developer tool do you wish existed' had 22 points and dozens of replies, with codebase navigation and function-level dependency visualization ranking as a top requested feature. The closest tool is Source Insight (Windows-only, expensive). Tree-sitter and LSPs exist but require IDE setup; no standalone CLI that outputs a navigable call graph from any directory.

Product Idea from this Signal

A CLI tool that generates interactive function call graphs for navigating unfamiliar codebases

224 โ–ฒ

Developers who inherit or join a new codebase spend days tracing execution paths manually through an editor, with no fast way to see how functions connect. Existing solutions are either full IDEs (Windows-only, paid, not CLI) or structural search tools that cannot show call graphs. This tool indexes a codebase once, then lets you trace callers and callees from any entry point via a fast CLI with exportable graph output.

developer-toolscode-navigationcall-graphastclicodebase-onboarding
Competitive25 leadsView Opportunity โ†’

Score Breakdown

TOTAL
224
ISSUES
224

Gap Assessment

UnderservedExisting solutions leave gaps

Source Insight is the only feature-complete tool; it is Windows-only, paid, and not CLI. Open-source options (pycallgraph, cppdepend) are language-specific and not maintained.

Frequently Asked Questions