svelte-intellisense
svelte-intellisense copied to clipboard
html closing tag at > within functions
Example:
<button on:click={e =></button>} ...
Bug: Automatic html closing tag is interfering when typing arrow functions.
Yes, thanks for report, also found this issue day before :)
Just test this case again with my latest dev version from this PR https://github.com/ArdenIvanov/svelte-intellisense/pull/30 and this issue is not reproduced for me