Follow-up on autocompletion with gocode
and vim-go
in Go1.11, transition to gopls
2020-03-25
Autocomplete · Gocode · Gopls · Vim · Vim-Go
1 minute
Update
vim-go has already transitioned to gopls as its default completion engine. I just noticed that my Vim is still using gocode even though I updated to the latest version of vim-go. Commenting/removing the line Plugin 'stamblerre/gocode', {'rtp': 'vim/'}
from my .vimrc did the trick for me. Hope this helps.
Original post here.