Visual Graph

Graph view

Force-directed relationship view.

What you see

  • Every file is a purple circle
  • Every function is a green circle
  • Every class is a blue circle
  • Node size scales with incoming edges (popular things get bigger)
  • Edge colors: red = calls, orange = imports, gray = contains, purple = inherits

When this view shines

  • Tracing call chains across multiple files
  • Spotting tightly-coupled clusters
  • Identifying hub files (very large nodes)
  • Visualizing inheritance hierarchies

Folder clustering force

Each top-level folder is given its own attractor in a ring around the canvas center. Files in the same folder are pulled toward their attractor, so even without import edges, related files stay near each other.