tomblachut / svelte-intellij

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

Support store prefix $ #75

Closed korywka closed 4 years ago

korywka commented 4 years ago

https://svelte.dev/docs#4_Prefix_stores_with_$_to_access_their_values

import {funnelQuery} from '../stores';

<Chip color={getColor($funnelQuery, attr.id, option.value)} on:click={toggle(attr.id, option.value)}>
   {option.label}
</Chip>

image

korywka commented 4 years ago

Maybe a duplicate of: https://github.com/tomblachut/svelte-intellij/issues/4

tomblachut commented 4 years ago

Yes it is. I'm closing in favor of #4