typescript-language-server / typescript-language-server

TypeScript & JavaScript Language Server

Home Page:https://www.npmjs.com/package/typescript-language-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No semantic token assigned to import names, but available for export

OzelotVanilla opened this issue · comments

When export a name, there is semantic token assigned. Such as the Compiler is assigned with class.

image

For import, there seems to be no semantic token available.

image

Note: Sorry that this issue might not be the issue of language server, but I believe this is not for textmate or the language itself, so I submit it here.

You are using VSCode so you should report this issue either in VSCode repo or potentially even directly in the Typescript repo.

Might have been already reported and there might be good reason why it works like that so maybe try to search for existing issues first.