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.
Currently,
error.Errorappears to be the only symbol without a doc comment inbuiltin.go. This causes inconsistency in how gopls behave. Specifically, thesignatureHelpmethod returns a hardcoded string, while other methods likehoverandcompletionshow no documentation at all.