tomblachut / svelte-intellij

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

Allow style language autocompletion in lang attribute #81

Closed AleksandrSl closed 4 years ago

AleksandrSl commented 5 years ago

Like it's done in Vue plugin image

AleksandrSl commented 5 years ago

Looks like org.jetbrains.vuejs.codeInsight.attributes.VueAttributeValueCompletionProvider

tomblachut commented 5 years ago

Little update. I've debugged IDE during the weekend and got how the completions work more or less.

This should be handled soon-ish :+1: