any plans to integrate with gopls?
rythmkraze opened this issue · 2 comments
rythmkraze commented
The Go team is working on a Language Server called gopls
Any plans to replace the current backend with this in the future? Although its not stable yet, its in active development and may soon become the standard backend for all Go development environments.
jmigpin commented
Yes. I've taken a peek at the lsp protocol to eventually support other
languages too.
…On Wed, 3 Apr 2019 at 19:39, rk ***@***.***> wrote:
The Go team is working on a Language Server called gopls
<https://github.com/golang/go/wiki/gopls>
Any plans to replace the current backend with this in the future? Although
its not stable yet, its in active development and may soon become the
standard backend for all Go development environments.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVDqbyG4lhV6NjQrvwKqk5CFzg7Yes5Lks5vdPVygaJpZM4cbLii>
.
jmigpin commented
Preliminary support for the lsp protocol has been introduced. Still in early stages since the 2 servers tested (gopls for go, and clangd for c/c++) also have issues of their own.