sveltejs/language-tools

{#snippet ...} are not resolved

Dudek-AMS opened this issue · 1 comments

Describe the bug

image

Reproduction

{#snippet snippetDefaultIcon()}<div class="mr-2">
<svelte:component this={defaultIcons[status]} />
</div>
{/snippet}

Expected behaviour

defined snippets dont throw a unresolved error

System Info

  • OS: Window 11
  • IDE: Intellij
    Language Server: 0.16.10
    Typescript Svelte Plugin 0.3.38
    image

Which package is the issue about?

svelte-language-server

Additional Information, eg. Screenshots

No response

Closing as duplicate of #2403 because I'm pretty sure it's the same underlying cause. If not we can reopen later.