recherche

Maison  >  Questions et réponses  >  le corps du texte

golang - plug-in vim pour écrire go

Je recherche un plug-in vim pour écrire des programmes go

过去多啦不再A梦过去多啦不再A梦2743 Il y a quelques jours793

répondre à tous(5)je répondrai

  • ringa_lee

    ringa_lee2017-05-16 16:43:15

    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
    

    répondre
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-16 16:43:15

    gocode https://github.com/nsf/gocode

    répondre
    0
  • 巴扎黑

    巴扎黑2017-05-16 16:43:15

    N'est-ce pas inclus avec Go ?

    >>> pacman -Ql go | grep vimfiles | wc -l
    17
    

    répondre
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-16 16:43:15

    https://github.com/caixw/VimIDE Essayez ceci, il intègre gocode et gotag

    répondre
    0
  • 巴扎黑

    巴扎黑2017-05-16 16:43:15

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

    À propos du dictée de Go.

    répondre
    0
  • Annulerrépondre