edubkendo / atom-racer

Intelligent code completion for Rust in the Atom Editor. Requires Racer.
MIT License
115 stars 24 forks source link

It doesn't work. #1

Closed derekchiang closed 9 years ago

derekchiang commented 10 years ago

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.

edubkendo commented 10 years ago

So a few questions:

First, did you install racer? https://github.com/phildawes/racer After installing, did you test it from the command line as his instructions suggest and did that work?

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 s I get usually a short list with std in it, complete that and type the double-colon std:: and then when I type the next letter is when I see more completions. std::c. Just including this because some people might expect it to popup right after the colons.

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.

derekchiang commented 10 years ago

Hmm it seems to be working now. Not sure what was wrong haha. Thanks anyway!

Pythoner6 commented 9 years ago

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.

mvallerie commented 9 years ago

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).

aomader commented 9 years ago

+1 Same for me. Racer works fine but no autocompletion in Atom.

edubkendo commented 9 years ago

I'd love for someone to take over maintaining this. I haven't used rust in quite a while so

edubkendo commented 9 years ago

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.