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
Currently, error.Error appears to be the only symbol without a doc comment in builtin.go. This causes inconsistency in how gopls behave. Specifically, the signatureHelp method returns a hardcoded string, while other methods like hover and completion show no documentation at all.