-
Notifications
You must be signed in to change notification settings - Fork 23
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
Code completion not working #50
Comments
Hi, could you write some details: 1) on what OS do you run arcadia ? 2) do you have some error message of package missing ? |
I'm running it on Windows7 using Ruby 1.9.3 I don't get any error messages at all, just no code completion box. I have all of the gems installed that it needs I believe. Are there any gems this depends on that I may not have? I know I installed debugger. |
It's strange I have tried on windows 7 and it seems working. Other details ? |
Perhaps it's something I'm doing wrong. I write a really simple class and method, and it never suggests methods from that class, even when they're correctly found in the sidebar. For example if the class HelloThere has a method "say_hi", Nothing is suggested when an I variable.<ctrl+space> on a variable of that type, like in the screenshot. |
As I see competition work in last v0.13.1, but @angal it`s not enough. It will not complete ruby-core and std-ruby |
I've tried with several of my own .rb files, and even tried typing the example shown in the screenshot to the letter, but arcadia never suggests code completion. It will sometimes work sporadically right after saving a file, but otherwise it seems not to pop up.
The text was updated successfully, but these errors were encountered: