x/tools/gopls: can show full type info instead of the name of type alias #43510
Labels
Milestone
Comments
Making it configurable rather than the default would make more sense imho, have we had any discussion on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: