Joe Fitzgerald

Results 73 comments of Joe Fitzgerald

@crantok `autocomplete-plus` has multiple providers; `autocomplete-go` is not the only one. Each provider (including ac+'s bulit-in provider) can provide their own suggestions. To have `gocode` return suggestions for builtins, run...

The update portion is orthogonal, but will be achieved via some hooks in the `go-get` package. I don't think we want to prompt people to upgrade gocode every time the...

They are results from `autocomplete-snippets`. ac+ ordering is non-deterministic when multiple providers return suggestions; it depends on the order of provider registration (autocomplete-snippets is bundled in core) and the time...

@james-lawrence not yet, sadly.

Yes, this makes sense.

PR #866 switches to use https://github.com/stamblerre/gocode by default.

@bigs > The paths are statically programmed and don't really work for any alternative package managers on *nix systems (I'm specifically working with snaps on Ubuntu). Would be nice to...

@AdamIsrael are you *certain* that `/snap/bin` is in the path (as it is seen by Atom)? If you open Atom's developer tools, you can use the console to look at...

Can you paste the output of `which -a go`?

Yeah the atom team explicitly does *not* support atom unless it is installed via the official atom release. I suspect there will be other incompatibilities when using the snap distribution,...