tomblachut / svelte-intellij

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

Rework component import suggestions #239

Closed tomblachut closed 3 years ago

tomblachut commented 3 years ago

A big overhaul of how Svelte files are resolved and suggested. Path aliases are recognised by import component quickfix. You can easily import components from NPM, especially compiled components with type declarations, additionally you can also auto-import Svelte files into JS/TS files.

Should also improve monorepo story, yet there are more things that still could be improved here.

Resolves #61 Resolves #211