tomblachut / svelte-intellij

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

Store and transitions imports not detected #44

Closed pablote closed 5 years ago

pablote commented 5 years ago

Some imports are still not being detected as being used. Mainly transitions, and stores, which are not detected if using autosubscriptions with the $ sign. Btw, these two also show alerts when being used correctly:

image

Screen Shot 2019-08-05 at 22 49 28

Screen Shot 2019-08-05 at 22 49 35

Great work on this plugin, much appreciated.

tomblachut commented 5 years ago

Thanks, I'm happy you find this plugin valuable.

Everything inside tags besides names are treated as plain HTML now. Related issues: #2 and #11. I still don't know how to approach this because too many things seem to be interconnected.

$ operator is tricky, this is being tracked in #4.

tomblachut commented 5 years ago

Closing as duplicate