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
In fact even without the language server we could still probably provide autocompletions for things like array methods if they were declared in scope...
Fixes part of #291
- {#each}, {#if}, {#await}, {#key}
- @html, @debug, @const
- data-sveltekit- attributes
- on: directives
- bind: directives
autocompletion of import source has not yet been implemented.
We don't have the full power of the TypeScript language server, but we can probably offer some useful autocompletions:
{#each
, etcdata-sveltekit-
attributeson:
directivesThe text was updated successfully, but these errors were encountered: