Closed
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.