An Intellij plugin to modify the SvelteKit project tree to make it easier to navigate between files.
- +page.svelte is modified to {route}.svelte
- +page.server.js is modified to {route}.server.js
- +page.js is modified to {route}.js
Same for ts files
+page.server.js and +page.js are nested under +page.svelte
The tab titles are modified to show the route name
The goto file dialog is modified to show the new file names
- Add a setting toggle nesting
- Handle layout files
- Handle routes with params
- Extend file search