Why gocode don't complete Go keywords even set propose-builtins to true #312
Gocode never completes keywords.
Built-ins are predefined functions/types/variables. You can see all of them here: https://golang.org/pkg/builtin/
And in gocode: https://github.com/nsf/gocode/blob/master/decl.go#L1316-L1396
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
some Go keywords completing doesn't supported by gocode (in Emacs):
Even I config gocode with
$ gocode set propose-builtins true. Still don't complete.