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

html closing tag at > within functions

Open HMBond opened this issue 4 years ago • 2 comments

Example: <button on:click={e =></button>} ...

Bug: Automatic html closing tag is interfering when typing arrow functions.

HMBond avatar Apr 03 '20 11:04 HMBond

Yes, thanks for report, also found this issue day before :)

alexprey avatar Apr 03 '20 15:04 alexprey

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

alexprey avatar Aug 27 '20 23:08 alexprey