You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2020. It is now read-only.
I'm working on a few things and would like to know if you think they're good ideas.
Improve go-to-def: currently typescript seems to ignore your extra extensions (.html, .svelte). I set the scriptKind, which made it include svelte/html files:
And then updated the fallback resolution that had only been resolving as a relative path:
That mostly seemed to make non-relative references work, but some svelte files' symbols don't seem to get loaded, so not sure what's up there. Maybe you have some insight?
Auto-import as you type component name like:
I started implementing this in HTMLPlugin.ts.getCompletions, but let me know if you prefer it elsewhere. Perhaps SveltePlugin would be more appropriate?