Missing autocomplete suggestions for namespaced components in the template #2085
Labels
bug
Something isn't working
limitation
Constraints of the existing architecture make this hard to fix
Describe the bug
If we were to reexport components like so:
and import them to be used as a namespace:
Then we wouldn't get any autocomplete suggestions when typing
<C.>
...But! If we were to close the suggestions and reopen it again (so long as we have some valid starting letter), then we'd actually get the proper autocomplete suggestions.
Reproduction
git repo:
Expected behaviour
Ideally, the provided suggestions would be the same as if we were to place the value in mustache tags, like so:
System Info
Which package is the issue about?
Svelte for VS Code extension, svelte-language-server
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: