Code Context Navigator is a Visual Studio Code extension that helps developers visualize relationships between functions, files, and modules in their codebase as interactive graphs.
No more jumping blindly through files—see your code’s structure at a glance!
🚀 Features
📊 Interactive Graph Visualization
View function calls, imports, and file dependencies as an interactive D3.js-powered graph.
🔍 Quick Context Lookup
Instantly explore which functions call which, and how files are connected.
🗂 File & Function Navigation
Click graph nodes to jump directly to their definitions in your code.
⚡ Real-Time Analysis
Graph updates automatically when you edit and save files.
🛠 Multi-Language Support(planned)
Currently supports JavaScript / TypeScript; more languages coming soon.