-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Go LS default to gopls #304
Conversation
Can you include a reference to a source for this recommendation? |
Right at the start of https://github.com/sourcegraph/go-langserver/blob/master/README.md:
It is my interpretation, especially of the second sentence, that gopls is the way to go (and I agree, but that's beside the point, I guess). |
Alright, do you have FSF papers signed? (also important for your other contribution...) |
Oh, did you mean to include the reference in the commit message? Can surely do that as well... |
Yeah, papers signed for Emacs years ago. Also, I already contributed recently :) |
I didn't, but redoing the commit message in the format used by Eglot's other commits is useful. In this case it would be:
|
Sure, I always forget that.. coming soon. |
It's gopls, really ;) |
Developers recommend it: see https://github.com/sourcegraph/go-langserver/blob/master/README.md * eglot (eglot-server-programs): Use gopls. * README.md: mention gopls instead of go-langserver.
Looks good. |
Developers recommend it: see https://github.com/sourcegraph/go-langserver/blob/master/README.md * eglot (eglot-server-programs): Use gopls. * README.md: mention gopls instead of go-langserver. (#304: joaotavora/eglot#304
Developers recommend it: see https://github.com/sourcegraph/go-langserver/blob/master/README.md * eglot (eglot-server-programs): Use gopls. * README.md: mention gopls instead of go-langserver. GitHub-reference: joaotavora/eglot#304
github.com/sourcegraph/go-langserver has been put on the backburner, and
the maintainers themselves advocate using Google's gopls instead. gopls
is actively developed and, although still labeled "alpha", already works
very nicely.