tomblachut / svelte-intellij

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

Support directives including shorthand notation #11

Closed tomblachut closed 3 years ago

tomblachut commented 5 years ago

Related to #2

Not-shorthand let is kinda handled since 2019, there needs to be a proper support for all directives, with navigation to definition and value completions. Type checking would be also nice, but it will come later.

This is talking so long because shorthand syntax is pretty novel in terms of language support.

TODO:

tomblachut commented 5 years ago

Partially done in #77. Directives no more result in warning highlight

tomblachut commented 3 years ago

Will be released as part of 0.16.0

tomblachut commented 3 years ago

TODO: provide a matrix of working features for each directive