Golang – Vim-Plug-In zum Schreiben von Go
过去多啦不再A梦
过去多啦不再A梦 2017-05-16 16:41:15
0
5
785

Ich suche ein VIM-Plug-in zum Schreiben von Go-Programmen

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

Antworte allen(5)
左手右手慢动作

目前最好的插件,没有之一

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。

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!