Search found 4 matches

by zbrown
Thu Nov 26, 2015 12:45 am
Forum: General
Topic: Slow autocomplete in Go?
Replies: 8
Views: 37505

Re: Slow autocomplete in Go?

Hi,

So I tried your test and it was quite slow the gocode.exe that's installed with Zeus. I tried fetching my own copy of gocode.exe from the git repo and it was much faster.

That said, when I tried replacing the gocode.exe in the Zeus installation folder with the one I fetched, it never really ...
by zbrown
Wed Nov 25, 2015 6:27 pm
Forum: General
Topic: Slow autocomplete in Go?
Replies: 8
Views: 37505

Re: Slow autocomplete in Go?

Hi Jussi,

I'll try out what you've mentioned below. I should note that I have not found the same problems in either Sublime Text's auto-complete with Go or Atom's auto-complete with Go.

I suspect this could well be an issue with gocode itself and luckily this is fairly easy to test.

... SNIP ...
by zbrown
Wed Nov 25, 2015 6:05 am
Forum: General
Topic: Slow autocomplete in Go?
Replies: 8
Views: 37505

Slow autocomplete in Go?

Hi,

I'm trying to use Zeus with Go and it seems autocomplete for APIs that are a core part of Go are very slow (>2 seconds after typing "."). I've reproduced this behaviour on two different machines.

Has anyone else seen this or is this a known issue? Any workarounds/fixes? I've tried explicitly ...
by zbrown
Thu Nov 19, 2015 4:05 am
Forum: General
Topic: Regarding ze.cmd and newer versions of Visual Studio?
Replies: 1
Views: 18593

Regarding ze.cmd and newer versions of Visual Studio?

Hi,

I noticed the ze.cmd file has calls for Visual Studio versions up to 2012 ("Microsoft Visual Studio 11.0") but it's missing calls for VS 2013 ("Microsoft Visual Studio 12.0") and VS 2015 ("Microsoft Visual Studio 14.0").

When might that be addressed? Right now I'm just patching my ze.cmd ...