x/tools/gopls: can show full type info instead of the name of type alias #43510
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
I write some code like:
when I put the cursor to the func param
A
, gopls show metype A = Param
,how about show the origin info of Param instead?I think it's very helpfull.
Thanks.
The text was updated successfully, but these errors were encountered: