-
Notifications
You must be signed in to change notification settings - Fork 128
autocomplete-plus completion not working with go-plus #101
Comments
This has happened to me as well. It seems to occur (at least in my case) when no completions are found. |
I have the same problem, but after i set the go(binary) path in settings explicit by myself, it's work, os box: os x 10.10 |
I get the same error on my arch machine, too. Cloned Atom 0.152 from the git repo and built it. |
Sorry you're having problems @bekite @JoelHobson @lewgun. I will try to reproduce today and let you know if I have trouble doing so. |
By the way, in my use of the package I have encountered this error also. I've yet to build a test that can reliably reproduce it, but once I can I will fix as soon as possible. |
I just updated go-plus 2.0.6 -> 2.0.7 Autocomplete works for me again. |
I have the problem too. I just updated go-plus 2.0.7 and autocomplete-plus 0.22.6, but still not works. Go: go1.3.3 darwin/amd64 (@/usr/local/go/bin/go) |
@woozet: please upgrade to go 1.4. |
Sorry, I have to withdraw my announcement. It stopped working again after a few moments. |
@fourcube sorry you're having issues. I've definitely had this issue also myself. I need to modify autocomplete-plus to prevent this issue. |
@fourcube Happy to capture the latest error message by any chance? |
@joefitzgerald Here is the error I get with the updated plugins (Go Plus 3.0.7, Autocomplete Plus 0.22.7) Uncaught TypeError: undefined is not a function Atom Version: 0.154.0 Steps To Reproduce
Stack Trace
|
@joefitzgerald Just updated to go plus 3.0.8 and restarted atom. Now I get the following error on start: Uncaught TypeError: Cannot set property 'name' of null Atom Version: 0.154.0 Steps To Reproduce
Stack Trace
|
I see the issue; there's a race condition. |
@bekite Upgrade and try again now. I am guessing you actually have an error that might be visible in the developer tools console. (Command-Option-I). |
@joefitzgerald The error is gone. But I have another problem now. If I type in "m" the auto complete menu shows "main" as a suggestion. |
That was an issue with autocomplete-plus. Should be fixed in 0.22.11. Thanks for bearing with us as we fixed those issues! |
Thanks a lot, everything is working fine for me now! |
Setting GOBIN worked for me on OSX. |
I get the following error, when I hit the tab key to start autocompletion:
Uncaught TypeError: undefined is not a function ~/.atom/packages/autocomplete-plus/lib/autocomplete-view.coffee:150
If I disable go-plus autocomplete-plus is working just fine and vice versa.
OS: Ubuntu 14.04
Go: go1.3.3 linux/amd64 (@/usr/local/go/bin/go)
GOPATH: ~/code/go
Cover Tool: /usr/local/go/pkg/tool/linux_amd64/cover
Vet Tool: /usr/local/go/pkg/tool/linux_amd64/vet
Format Tool: ~/code/go/bin/goimports
Lint Tool: ~/code/go/bin/golint
Gocode Tool: ~/code/go/bin/gocode
Gocode Status: Enabled
Oracle Tool: ~/code/go/bin/oracle
Git: /usr/bin/git
Mercurial: /usr/bin/hg
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/go/bin
Atom: 0.150.0 (linux x64 3.13.0-39-generic)
The text was updated successfully, but these errors were encountered: