x/tools/gopls: go to implementation of a variable #71893
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
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 i want to see the type definition of a variable that is under my cursor, currently the only way to get there is to go to the declaration of the variable, which in most cases is a function call, go to def of that call, move cursor to the results list and go to definition of that type.
It would be nice if the "go to implementation" action, when called on a
*types.Var
would go to the type definition of that var under my cursor.CC @golang/tools-team
The text was updated successfully, but these errors were encountered: