BackLens helps you understand backend codebases as an interactive call graph directly inside VS Code.
It analyzes your project locally, builds a graph, and lets you inspect callers/callees, hotspots, and dependencies, then jump back to source in one click.
Why BackLens
BackLens is built for engineers who need to quickly answer architecture questions in unfamiliar code:
What calls this method?
Where does this class fan out?
Which nodes are hottest in this project?
How do I navigate from architecture view back to code?
Instead of tracing call flows manually across many files, you can explore them visually and navigate instantly.
Features
Auto project detection
One-click folder analysis from Explorer
Interactive graph view with search and node inspection
Caller/callee expansion for call flow exploration
Hotspot and class/method exploration
Double Click Go-to-source code navigation from graph nodes
Re-analysis, refresh, and close project actions from the BackLens view