我找vim的插件寫go的程式
目前最好的插件,沒有之一
https://github.com/fatih/vim-go
這個不只是語法高亮,還提供了補全,跳轉函數等。
看看它的指令列表 就可以看出功能很全
:GoImport <path> :GoImportAs <localname> <path> :GoDrop <path> :GoDisableGoimports :GoEnableGoimports :GoLint :GoDoc <identifier> :GoDocBrowser <identifier> :GoFmt :GoVet :GoDef <identifier> :GoRun <expand> :GoBuild :GoInstall :GoPlay :GoTest :GoErrCheck :GoFiles :GoDeps :GoUpdateBinaries :GoOracleDescribe :GoOracleCallees :GoOracleCallers :GoOracleCallgraph :GoOracleImplements :GoOracleChannelPeers
gocode https://github.com/nsf/gocode
這個不是 Go 自帶了麼。
>>> pacman -Ql go | grep vimfiles | wc -l 17
https://github.com/caixw/VimIDE 試試這個,整合了gocode,gotag
https://github.com/InfoGeeker/go-vim-dict
關於Go的dict。
目前最好的插件,沒有之一
https://github.com/fatih/vim-go
這個不只是語法高亮,還提供了補全,跳轉函數等。
看看它的指令列表 就可以看出功能很全
gocode https://github.com/nsf/gocode
這個不是 Go 自帶了麼。
https://github.com/caixw/VimIDE 試試這個,整合了gocode,gotag
https://github.com/InfoGeeker/go-vim-dict
關於Go的dict。