tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

Extra closing curly brace #101

Closed mslourens closed 4 years ago

mslourens commented 4 years ago

When closing an {#if} {/if} the IDE inserts a closing curly brace after creating the first, and after entering the forward slash, a second closing curly brace is inserted. This way I always end up with an extra curly brace.

tomblachut commented 4 years ago

I'm aware of that. Should be fixed in #100

mslourens commented 4 years ago

When will you finish your PR? This bug is still rather annoying...

tomblachut commented 4 years ago

@mslourens I'm having trouble with broken formatter. Contributions welcome :)

mslourens commented 4 years ago

Sorry, I'm a front-end web developer, I have no experience with Java...

jlefebure commented 4 years ago

Where exactly do you need contributions and what do we have to do ? Maybe I can help