You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest gopls version suppresses parameter name inlay hints when the argument matches the name (for example, ctx and id match the parameter names below):
I noted on Twitter for the new inlay hint feature:
And @hyangah noted in #1631 (comment)_:
Adding this option would be great for common parameters like
ctx context.Context
.The text was updated successfully, but these errors were encountered: