|
|
|
|
|
by ovidnis
3424 days ago
|
|
In my Emacs I've got 1) eldoc (displaying signature of function at point), 2) function source lookup, 3) function documentation lookup, 4) flycheck (display compiler err/warn on save), 5) auto-completion. Among a few other things like go-guru integration which I haven't used much yet but I can see its use. All of those features come from editor agnostic golang tools. |
|
In Emacs too. I'd hardly say this is a unique selling point of Go.