svelte-intellisense
svelte-intellisense copied to clipboard
snippets missing last }
After typing {#
the snippets for if
, each
, and await
are suggested.
Picking any one of them outputs the corresponding snippet.
But the final }
is missing in all of them. For example, selecting if
adds the following:
{#if condition}
{/if