Je recherche un plug-in vim pour écrire des programmes go
Le meilleur plug-in du moment, sans exception
https://github.com/fatih/vim-go
Il ne s'agit pas seulement de coloration syntaxique, mais fournit également des fonctions de complétion, de saut, etc.
Regardez sa liste de commandes et vous pouvez voir qu'il a toutes les fonctions
: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
N'est-ce pas inclus avec Go ?
>>> pacman -Ql go | grep vimfiles | wc -l 17
https://github.com/caixw/VimIDE Essayez ceci, il intègre gocode et gotag
https://github.com/InfoGeeker/go-vim-dict
À propos du dictée de Go.
Le meilleur plug-in du moment, sans exception
https://github.com/fatih/vim-go
Il ne s'agit pas seulement de coloration syntaxique, mais fournit également des fonctions de complétion, de saut, etc.
Regardez sa liste de commandes et vous pouvez voir qu'il a toutes les fonctions
gocode https://github.com/nsf/gocode
N'est-ce pas inclus avec Go ?
https://github.com/caixw/VimIDE Essayez ceci, il intègre gocode et gotag
https://github.com/InfoGeeker/go-vim-dict
À propos du dictée de Go.