gocode icon indicating copy to clipboard operation
gocode copied to clipboard

autocompletion for imports in emacs still unimplemented/unfixed?

Open imdaveho opened this issue 7 years ago • 1 comments

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?

imdaveho avatar Jun 02 '17 00:06 imdaveho

Eh.. sorry for delayed response. Yes, it was never implemented. Not even planning to.

nsf avatar Dec 17 '17 04:12 nsf