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.
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