typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

Question: semantic token for import names?

Open blaesus opened this issue 6 months ago • 0 comments

This is basically the tsgo version of this issue: https://github.com/microsoft/TypeScript/issues/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!

blaesus avatar May 31 '25 17:05 blaesus