tomblachut / svelte-intellij

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

Editor typing assistance #13

Closed tomblachut closed 5 years ago

tomblachut commented 5 years ago

Completing opening block tags now inserts corresponding closing one. Same for writing / after {. Pressing enter between tags inserts newline before and after caret similar to HTML.

One can also collapse blocks now. It looks like this when collapsed.

{#if condition ...}

There may be - as always - outstanding corner cases to handle. I didn't find anything suspicious.

Resolves #9 Resolves #14 Resolves #10 Resolves #15