Skip to content

Question: semantic token for import names? #1008

Open
@blaesus

Description

@blaesus

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Domain: EditorRelated to the LSP server, editor experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions