tomblachut / svelte-intellij

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

2020.3 store autosubscription regression #184

Closed shirotech closed 3 years ago

shirotech commented 3 years ago

unresolved when prefixing $ for a store in script block, but it works fine in HTML markup.

tomblachut commented 3 years ago

image seems to be working, can you create repro project?

MetaHegemon commented 3 years ago

Same problem. Code work fine. image

bsl-zcs commented 3 years ago

image

same behavior in 2020.3 with both 0.16.0.203 and 0.15.0.203

tomblachut commented 3 years ago

Thanks for screenshots. It seems to be broken only in JS script tags for some reason, TS works fine as far as I see.

tomblachut commented 3 years ago

Fixed in https://github.com/tomblachut/svelte-intellij/commit/eb679b6618a500f004444c2e2aee19e9ae8d7e51, will be included in next release