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.