-
Notifications
You must be signed in to change notification settings - Fork 745
Closed as duplicate of#1894
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience
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!
Monkatraz
Metadata
Metadata
Assignees
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience