Hi,
Just wanted to share a tool I built: Bibimbob - a VSCode extension that visualizes module dependencies in your ReScript projects.
What does it do?
Bibimbob shows you how your ReScript modules connect to each other. It creates interactive graphs that let you see:
- A full map of your project’s dependencies
- Focused views of specific modules (what they depend on and what depends on them)
- Clear visualizations you can click through to explore your codebase
How to use it
Just install from the VSCode Marketplace, then use the Command Palette to run:
ReScript: Show Dependency GraphReScript: Focus On Module Dependencies
Current limitations
Works on macOS and Linux (Windows support coming in the future).
Links
Give it a try and let me know what you think! Feedback and contributions welcome.
