Call Graph NavigatorCall Graph Navigator is a focused VS Code extension for exploring Python call relationships directly inside the editor. It helps you inspect how functions connect, move between callers and callees, and understand code flow without leaving your workspace. Features
UsageOpen a Python file and place your cursor inside a function or method body. The easiest way to open the graph is to right click inside the editor and select:
You can also run these commands from the Command Palette:
TechnologyCall Graph Navigator is built with:
Current ScopeThe first supported language is Python. So support for more languages can be added over time. RoadmapMore updates are planned, including improvements to graph accuracy, navigation, visual layout, and language support. This first release focuses on establishing a clean Python call graph experience inside VS Code. UI related issue and implementation will be worked on soon! FeedbackCall Graph Navigator is actively being improved. If you notice a bug, have an idea, or want to suggest an improvement, please open an issue on GitHub. RepositorySource code and issue tracking are available on GitHub: https://github.com/VishnuDevi123/Call-Graph LICENSEMIT |