Dependency Graph

Visualize your codebase dependencies.

Understanding the graph

The dependency graph provides a visual representation of your codebase structure.


Dependency Graph
  • Nodes — Files in your codebase
  • Edges — Import/dependency relationships between files
  • Orange node — Currently selected/focused file
  • Arrow direction — Points from the importing file to the imported file
  • Interacting with the graph

  • Hover over a node to see the full file path
  • Click a node to focus on that file and its dependencies
  • Legend button — Shows the graph legend
  • Reading the stats

  • Files: 7/472 — 7 files shown in current view out of 472 total
  • Deps: 6/470 — 6 dependencies shown out of 470 total
  • Cycles: 0/0 — No circular dependencies detected

  • Files with many incoming connections are hub modules—changes to these affect many other files.