Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not show completion windows from go-code #27

Closed
Spalf opened this issue May 18, 2016 · 4 comments
Closed

Does not show completion windows from go-code #27

Spalf opened this issue May 18, 2016 · 4 comments

Comments

@Spalf
Copy link

Spalf commented May 18, 2016

OS X 10.11.5
TextMate version 2.0-beta.9
go-code lasted for 2016/05/18
ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15]

Where I press Opt+Esc, the logs from gocode -debug looks fine.
But the TM2 does not show any windows for any completion.
An error, tool tip "No completions found." showed.

Sorry for my Eng.

@nathany
Copy link

nathany commented May 18, 2016

TextMate code completions are case-sensitive using a simple "begins with" match. Could that be why no completions are found, or does it not work at all?

@Spalf
Copy link
Author

Spalf commented May 19, 2016

@nathany tnx for your reply.
But I told about the code completions from the gocode daemon.

Gocode's logs
25 completions are found, but TM does not show any.

@nathany
Copy link

nathany commented May 20, 2016

Ah, okay. I'm not one of the project maintainers, but I'm sure someone here can look into it with you.

@Spalf
Copy link
Author

Spalf commented May 23, 2016

It is bundle-support.tmbundle issue. The lib/ui.rb does not work with ruby 2.0.

I changed ruby version in the "Complete" command to ruby18, its work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants