golang - vim plug-in to write go
过去多啦不再A梦
过去多啦不再A梦 2017-05-16 16:41:15
0
5
725

I am looking for a vim plug-in to write a go program

过去多啦不再A梦
过去多啦不再A梦

reply all(5)
左手右手慢动作

The best plug-in at the moment, bar none

https://github.com/fatih/vim-go

This is not only syntax highlighting, but also provides completion, jump functions, etc.

Look at its command list and you can see that it has full functions

: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

巴扎黑

Isn’t this included with Go?

>>> pacman -Ql go | grep vimfiles | wc -l
17
淡淡烟草味

https://github.com/caixw/VimIDE Try this, it integrates gocode and gotag

巴扎黑

https://github.com/InfoGeeker/go-vim-dict

About Go’s dict.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!