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
I have just tried this plugin and it kinda works, but if I rename a typescript file I would like both typescript files and svelte files importing from this to be updated, but it seems as if only typescript files are affected.
Is this a known limitation of this plugin currently (working across files) or should it be possible to configure somehow? I understand that you may not be using svelte yourself, but I guess the question is a bit more general than just svelte.
The text was updated successfully, but these errors were encountered:
This plugin acts as a proxy from the filetree plugin to the language server (LSP) of your choice. It doesn't have any language-specific logic built into it.
Which language server are you using? Does it support Svelte? If the LSP you're using doesn't support Svelte, I'd recommend opening an issue (or even better, submitting a PR) there. That way, the whole LSP community can benefit from your improvements, not just users of nvim-lsp-file-operations.
I have just tried this plugin and it kinda works, but if I rename a typescript file I would like both typescript files and svelte files importing from this to be updated, but it seems as if only typescript files are affected.
Is this a known limitation of this plugin currently (working across files) or should it be possible to configure somehow? I understand that you may not be using svelte yourself, but I guess the question is a bit more general than just svelte.
The text was updated successfully, but these errors were encountered: