Open
Description
This is basically the tsgo version of this issue: microsoft/TypeScript#57082
The TypeScript language service seems to strip token types in imported names. In VSCode, that means the imported names are all rendered as generic variables (not functions, classes, etc.) in the import statements.
As tsgo is more a port rather than reimplementation, I imagine this restriction will also be true for tsgo?
I tested tsgo a bit and it doesn't seem to provide semantic tokens yet. Is there something I can do to make tsgo provide those semantic tokens?
Thank you!