gocode
gocode copied to clipboard
autocompletion for imports in emacs still unimplemented/unfixed?
related to #332
nsf commented on Mar 9, 2016 It definitely works with godit and with vim out of the box. My own sublime text 3 plugin fails to handle it properly. Because it ignores returned partial length and just goes back to last word. Will see if I can fix it. Also in emacs company-mode doesn't work at all in string literals for some reason.
Oh, I see: https://github.com/nsf/gocode/blob/master/emacs-company/company-go.el#L191
I guess we'll have to remove that line maybe one day.
was this ever implemented or is it still unavailable for emacs?
Eh.. sorry for delayed response. Yes, it was never implemented. Not even planning to.