-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Milestone
Description
To support Go 1.11 fully, vim-go changes need to be made to handle module mode development.
- support for
go.mod
- autocompletion (see gocode: switch to https://github.com/mdempsky/gocode #1853 (comment))
-
:GoImport
tab completion (GoImport autocomplete not working in go mod project #2212) - others....
Obviously, vim-go will be dependent on a number of tools getting updated to complete the support, but there are a number of changes that will need to be made to vim-go itself.
flibustenet, owais, krak3n, bwmarrin, smlx and 89 more