Visualize and explore your project's dependency graph directly within VS Code. Understand codebase's structure, relationships between modules, identify potential issues, and navigate your project more efficiently. Currently supports Python projects and targeted metrics, with more languages and featu
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Visualize and explore your Python codebase with interactive dependency graphs—right inside VS Code.
What is Context Graph?
Context Graph helps you visualize and explore your project's dependency graph directly within VS Code. Understand codebase's structure, relationships between modules, identify potential issues, and navigate your project more efficiently. Currently supports Python projects and targeted metrics, with more languages and features coming soon.
Key Features
Automatic Dependency Graphs:
Parse Python projects to extract modules, classes, functions, and their relationships (imports, calls, inheritance).