-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for the official Go language server, gopls (formerly golsp) #2179
Comments
Note that it is not recommended to use |
It can be a good idea, as it will get people to start trying it, and finding bugs. |
note that the official language server has been renamed to "gopls" |
FWIW if you want to test it out, enabling the bingo linter and setting the following appears to work:
I'm getting completion, go to def, etc. and it is working really well (just installed the latest |
I have added this now by just copying the |
@w0rp Can you explain what you did? I don't understand what you mean. |
Name:
gopls
(formerlygolsp
)URL: https://godoc.org/golang.org/x/tools/cmd/gopls and https://github.com/golang/go/wiki/gopls
The server is minimally functional by now and is the official language server. It seems to work simply by running
gopls serve
.The text was updated successfully, but these errors were encountered: