There are many cases when there are multiple files per component. The current implementation is to use two tab bars embedded into each other which is a bit confusing. A better design would be needed.
Also it would be good if the filenames also contained the extension, because it is not trivial. Currently we have .svelte, .svelte.ts and .css files, but when add support for more libraries the list will grow.
There are many cases when there are multiple files per component. The current implementation is to use two tab bars embedded into each other which is a bit confusing. A better design would be needed.
Also it would be good if the filenames also contained the extension, because it is not trivial. Currently we have
.svelte
,.svelte.ts
and.css
files, but when add support for more libraries the list will grow.