Svelte Component Visualizer
"Svisualize is a Svelte component visualizer for developers to see the shape of their application as they code.
Large-scale Javascript projects can contain a multitude of components. Svelte, a newer Javascript framework, lacks a component visualization tool within Visual Studio Code. Svisualize is a VS Code extension that gives developers the ability to visualize their Svelte components as they create their project."
- Visualize each Svelte component as a node on the component tree
- View parent-child hierarchy from ANY root file
- View props present within each component by hovering it's component node
- Open files on node click
- Update the tree structure on change in codebase by clicking the update button
Open Source Labs