threlte
threlte copied to clipboard
Autocompletion and type hints of `<T>` is buggy
Autocompletion / intelisense of the <T> has various issues: suggestions don't always show up, and sometimes classes from Three.js are autoimported.
It seems this is due to https://github.com/sveltejs/language-tools/issues/776. A PR with a possible mitigation - https://github.com/sveltejs/language-tools/pull/1177 - has been in draft state since september 2021, so it seems this is not a priority for the sveltejs/language-tools team.
Another issue to track progress on this: https://github.com/sveltejs/svelte/issues/4818