svelte-intellisense icon indicating copy to clipboard operation
svelte-intellisense copied to clipboard

snippets missing last }

Open mvolkmann opened this issue 4 years ago • 0 comments

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

mvolkmann avatar Mar 24 '20 12:03 mvolkmann