tomblachut / svelte-intellij

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

Svelte's transitions are not recongnized as used #164

Closed r00t3g closed 3 years ago

r00t3g commented 3 years ago

Referencing a transition function from 'svelte/transition' in HTML code does not mark the import as used. Occurs in 0.14 as well.

image

tomblachut commented 3 years ago

Hey, that's because references in directives are not yet recognized. Last piece of core Svelte semantics missing.

Please refer to #11