stamblerre / gocode

An autocompletion daemon for the Go programming language
MIT License
394 stars 28 forks source link

merge stamblerre/gocode and mdempsky/gocode (in the same way as godef) #24

Closed VojtechVitek closed 4 years ago

VojtechVitek commented 5 years ago

Hi, I just wonder if you guys are planning to submit the changes upstream to github.com/mdempsky/gocode, or if you plan to maintain this repo separately.

Is there any roadmap?

Thanks for your hard work!

Cheers,

stamblerre commented 5 years ago

The Go tools team is currently working on golang.org/x/tools/cmd/golsp, which will be the eventual replacement for gocode (and will work in modules). In the meantime, we are maintaining separate forks, although it should be possible to merge them in the same way that godef has been merged. If I get a chance, I will try to do that.

VojtechVitek commented 5 years ago

Thanks a lot!

zippoxer commented 5 years ago

The Go tools team is currently working on golang.org/x/tools/cmd/golsp, which will be the eventual replacement for gocode (and will work in modules). In the meantime, we are maintaining separate forks, although it should be possible to merge them in the same way that godef has been merged. If I get a chance, I will try to do that.

Cool! I didn't know the Go team is working on a replacement. I almost lost hope for VS Code for Go due to annoying suggestion lags, so thanks for letting me know 👍

stamblerre commented 4 years ago

Closing this issue, as the current recommendation for autocompletion is to use gopls.