-
Notifications
You must be signed in to change notification settings - Fork 659
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
[WIP] Support binary version to 6 #512
Conversation
Thanks for working about this. This is working well on my environment. (Win7/10 64bit) |
now implements... |
@zchee, have you submitted that update? I don't see any changes in this pull request. |
@quasilyte I was pushed https://github.com/nsf/gocode/pull/512/files, but Go core runtime has been changed golang/go@ca2f85f. Now I try to following new binary parser into gocode. |
@zchee, I see. Thank you. Everyone who is bound to go devel version wish you good luck. 👍 |
@quasilyte https://github.com/mdempsky/gocode/ works for now, a little bit slower than this but beats not having auto completion with go devel. Also I'm using it with the vgo PR from mdempsky#26 |
@OneOfOne, big thanks. |
02ae827
to
ece632b
Compare
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
ece632b
to
7d7f213
Compare
but keep in mind that I'm not going to add support for package cache or so called modules, in that sense it's worth looking for alternatives to gocode |
@nsf, thanks for your effort on gocode all this time. 👍 |
I see. I continue to consider re-write gocode. |
write later