Skip to content

Function call & call stack diagrams for VS Code (Python/TS/JS). Architecture/UML, PlantUML export.

License

Notifications You must be signed in to change notification settings

ZENTCH-Q/DepViz-Dependency-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepViz — Function Call & Call Stack Diagrams for VS Code

Interactive code diagrams in VS Code: visualize function calls, call stacks, and module→class→function structure with call/import edges. Works for Python / TypeScript / JavaScript. Export PNG/SVG/MORE. Showcase

Highlights

  • Import from Explorer or drag & drop.
  • See modules/classes/functions and edges (call ✅, import ✅).
  • Jump to code (Go to Definition, Peek References).
  • Arrange by folders or balanced grid.
  • Filter edge types; Search labels (Ctrl/Cmd+F).
  • Export PNG / SVG / JSON / snapshot (.dv).
  • Impact slices: highlight inbound/outbound blast radius.

Works with TypeScript/JavaScript/Python (heuristic parsing).