File search / exploring is not as convinent as before #6104
Replies: 3 comments 13 replies
-
Depending on what editor you are using, you might have access to fuzzy search. In VS Code for example, I can hit Results are as good as they were before the update, maybe this would help in your situation? Not sure if Webstorm behaves the same way. |
Beta Was this translation helpful? Give feedback.
-
I'm wondering is there something can be done in the svelte plugins for ide, since all names are Maybe this can almost already be done by specify filters (or not ?), anyway specify filter takes time too .. |
Beta Was this translation helpful? Give feedback.
-
The lastest VS Code nightly release should help here: https://twitter.com/BenjaminMcCann/status/1770847155739144487 |
Beta Was this translation helpful? Give feedback.
-
e.g In
webstorm
, there are shortcut to search for files, and I can input the file name to search.Since all route endpoint files are called
+page.svelte
now, it's harder to find & open a specifc page, I need to check which dir it is more carefully than before.There are similar cases before, but at least there can be various names (e.g
index.svelte
,login.svelte
,[id].svelte
,[uuid].svelte
), thus much less collisions.Any suggestion on this ?
Beta Was this translation helpful? Give feedback.
All reactions