threlte icon indicating copy to clipboard operation
threlte copied to clipboard

Autocompletion and type hints of `<T>` is buggy

Open ixxie opened this issue 2 years ago • 1 comments

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.

ixxie avatar Aug 14 '23 17:08 ixxie

Another issue to track progress on this: https://github.com/sveltejs/svelte/issues/4818

DefinitelyMaybe avatar Oct 22 '23 19:10 DefinitelyMaybe