Is there something like go-eldoc-mode for Emacs?
Eldoc mode shows the parameters of a function that you call when writing to Emacs Lisp. Does something like this exist for Google Go in Emacs?
+3
compman
source
to share
2 answers
Look here: https://github.com/nsf/gocode and there in the Emacs setup.
+3
zzzz
source
to share
I wrote go-eldoc . You can install go-eldoc with package.el from MELPA.
+2
syohex
source
to share