You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ts and normal js files if this setting is turned on all imports are collapsed when opening a file. It would be great if this could be the case for Svelte files as well.
Proposed solution
That the Svelte extension should respect this setting: foldingImportsByDefault
Alternatives
No response
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered:
Will there be a fix for this. I read this The current folding is indentation based provided by VSCode. This should work as expected once we provide a more "semantic" folding range support. . When will that be in place? I've files that have 20+ imports and it's annoying to not be able to collapse them without wrapping them in a region.
Description
In ts and normal js files if this setting is turned on all imports are collapsed when opening a file. It would be great if this could be the case for Svelte files as well.
Proposed solution
That the Svelte extension should respect this setting:
foldingImportsByDefault
Alternatives
No response
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: