You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in this comment, gocode can be configured to autobuild any sources which haven't been built, which will address people not getting autocomplete for stuff which isn't yet in go/pkg.
The autobuild feature by gocode is described as experimental. As such it may need to be defaulted to off in vim-go and only enabled by people who want it.
The text was updated successfully, but these errors were encountered:
Side note: Microsoft/vscode-go is considering on moving to guru. The author of gocode has indicated that it has problems and likely needs a rewrite, but doesn't seem like they have the time to do it anytime soon. Microsoft may help get auto-completion into guru, as mentioned here. Might be something to keep an eye on for vim-go.
As mentioned in this comment, gocode can be configured to autobuild any sources which haven't been built, which will address people not getting autocomplete for stuff which isn't yet in
go/pkg
.Microsoft/vscode-go uses this same feature. Relevant code is here: https://github.com/Microsoft/vscode-go/blob/932ccd1cf114cb38b5fef961756b3655bf06a0d4/src/goSuggest.ts#L139
The autobuild feature by gocode is described as experimental. As such it may need to be defaulted to off in vim-go and only enabled by people who want it.
The text was updated successfully, but these errors were encountered: