x/tools/gopls: canonicalize references to instantiated objects #51672
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
When finding references or doing a rename on an instantiated method or field, gopls uses pointer object identity, which is unreliable for instantiated objects and can lead to partial results.
We need to canonicalize the object identity, finding the corresponding object on the generic type declaration.
The text was updated successfully, but these errors were encountered: