I'm not exactly sure what causes autocomplete not to work, but I'm guessing it's because of references to .ts files instead of .svelte files.
You would expect all of the props mentioned in Table.d.ts file to show on the autocomplete menu.
It should also take into account the extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap['table'] which means we get all of the lovely table html autocompletions
I'm not exactly sure what causes autocomplete not to work, but I'm guessing it's because of references to .ts files instead of .svelte files.
You would expect all of the props mentioned in
Table.d.ts
file to show on the autocomplete menu.It should also take into account the
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap['table']
which means we get all of the lovelytable html
autocompletions