Svelte Component Visualizer
Visualize Svelte component dependencies in VSCode with an interactive graph.
Svelte Component Visualizer is a VSCode extension that helps you understand and navigate your Svelte or SvelteKit project’s architecture. It displays an interactive, themeable graph of all component and route dependencies, making it easy to explore relationships and spot unused imports. With search, context menu integration, and customizable layouts, it’s an essential tool for Svelte developers.
I made this because I need to track down components and determine which other components are required or affected by any changes I make.
Dive into your Svelte projects with an interactive, playful graph that reveals how your components connect and collaborate—making debugging and exploration a breeze! It’s like a treasure map for your codebase that’s actually fun to use.
Key features:
- 🎨 Interactive dependency graph with drag-and-drop fun
- 🔍 Lightning-fast search and focus on components or routes
- 🌈 Multiple visual themes including retro vibes
- 🧹 Spot unused imports with handy orange dashed borders
This summary was generated by GitHub Copilot based on the project README.