Why gocode don't complete Go keywords even set propose-builtins to true #312

Closed
stardiviner opened this Issue Nov 21, 2015 · 2 comments

2 participants

@stardiviner

some Go keywords completing doesn't supported by gocode (in Emacs):

  • import
  • func
  • etc ....

Even I config gocode with $ gocode set propose-builtins true. Still don't complete.

@nsf
Owner

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