tomblachut / svelte-intellij

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

HTML element class insert tab shortcut #107

Closed andreiradoi closed 4 years ago

andreiradoi commented 4 years ago

Hi,

Writting 'element.className' and hitting tab usually results in <element class="className">, but not with this plugin. Is there any config I should do or is this a bug?

Thanks

tomblachut commented 4 years ago

Hello

usually results in

results in what?

andreiradoi commented 4 years ago

Oh, sorry about that. Results in <element class="className"> </element>

tomblachut commented 4 years ago

Oh you mean Emmet. It works, there are some bugs so it sometimes doesn't :)

There's unfinished PR #100 that fixes most cases so please don't report them before next release. There are some problems I need to address before release so it's postponed again and again.

Cheers