-
Notifications
You must be signed in to change notification settings - Fork 24
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
It doesn't work. #1
Comments
So a few questions: First, did you install racer? https://github.com/phildawes/racer Second, did you install Autocomplete+ ? https://github.com/saschagehlich/autocomplete-plus Third, any output in the devtools console? (on a mac you can open this with CMD + ALT + i) Fourth, I just realized this might be an issue: Do you have the rust-lang package installed? I should probably add that to the README. Finally, the way it works, completions only get triggered after typing the first letter so if I type Hopefully we can figure your issue out from one of these questions, if not I'll have to think about what could be the issue. |
Hmm it seems to be working now. Not sure what was wrong haha. Thanks anyway! |
I seem to be having a similar problem: I've installed racer, the plugins Autocomplete Plus and Rust Language, and I've pointed the Racer plugin to the racer binary and rust/src directory, but I never seem to get autocomplete from this plugin. I've also tested racer from the command line and it works as expected. No output to the dev console. |
Same issue here. I did everything how you said, edubkendo, but i don't see any autocompletion that could come from the plugin (actually, i don't receive any Rust code completion at all ^^, but weirdly, if i type anything in the editor, sometimes, my input appears as a completion possibility, don't know if it's an Atom issue or if that comes from the plugin). |
+1 |
I'd love for someone to take over maintaining this. I haven't used rust in quite a while so |
Whoops guess I wasn't the one who had closed it. Gonna close it back to hopefully avoid spamming the OP any more. Thought I'd accidentally hit the "Comment and close" button. |
Not sure what the issue is, but no completion behaviour is observed on my machine. I'm running the latest build of Atom on a Ubuntu 14.04 machine. I'm reasonably sure that things are correctly set up.
The text was updated successfully, but these errors were encountered: