go-eldoc

Release go-eldoc 0.21

I released go-eldoc 0.21. I fixed issue that go-eldoc cannot highlight types of return value of function which has map type argument. Example code is here. package main import ( "github.com/typester/go-pit" ) func main () { profile, err :=…

go-eldocに変数の型表示等を追加してみた

別に関数のシグネチャだけ表示する必要もないなぁってことで 変数の型表示等にも対応してみました リポジトリ https://github.com/syohex/emacs-go-eldoc インストール or アップデート package.el M-x package-install go-eldoc cask Caskファイルに以下を…