x/tools/gopls: Find All References on named parameters should show the return values #60075
Labels
FeatureRequest
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Is your feature request related to a problem? Please describe.
When using
Find All References
, I expect to find all references where a variable is used or assigned.If I am using a named return parameters, then the final return is not included in the references.
Searching the variable
other
in the code above will not give me the finaldef
usage.Describe the solution you'd like
Show me the return line in the References.
The text was updated successfully, but these errors were encountered: