Roger Sprague
Roger Sprague
1. It happened when I created the file and also after I restart the editor 2. Changing the name of My4thComponent.svelte to My4thComponentNew.svelte no longer causes the repro. IntelliSense picks...
No, the problem still persists when I uncomment the import of My4thComponent. See pic showing that IntelliSense cannot find My4thComponent with the import uncommented. I'm not sure I following your...
BTW if I remove the lang='ts' attribute from the opening script tag the issue does not repro. And there are no more exception messages in the Svelte output. See screenshot.
Would it be possible to send pointer to a custom branch of svelte-preprocess that has additional instrumentation that dumps the intermediate src/components/subcomponents/My3rdComponent.svelte.injected.ts file so that we can determine what the...
If I remove the commented out import the issue no longer repros.
I have other repros where Intellisense for import is not working but the projects are much larger and I don't know how I got to a state where Intellisense stopped...