x/tools/gopls: inconsistent semantic token types for type parameters #56529
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
NeedsFix
The path to resolution is known, but the work has not been done.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
As example, the function has a generic typeParameter "T" and a parameter "target" .





Inside function, it check "target" as typeParameter that is error. Obviously "target" is a parameter.
And in the generic list, it check "T" as parameter, but in the parameter list, it check "T" as typeParameter. That is confusion
And my setting of gopls.ui.semanticTokens is turning on.
The text was updated successfully, but these errors were encountered: