Svelte Component Visualizer

Visualize Svelte component dependencies in VSCode with an interactive graph.

JavaScript πŸ“„ MIT ⭐ …
Screenshot of Svelte Component Visualizer

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.