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

It doesn't work. #1

Closed
derekchiang opened this issue May 20, 2014 · 7 comments
Closed

It doesn't work. #1

derekchiang opened this issue May 20, 2014 · 7 comments

Comments

@derekchiang
Copy link

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
Copy link
Owner

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
Copy link
Author

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

@Pythoner6
Copy link

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
Copy link

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
Copy link

aomader commented Oct 9, 2014

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

@edubkendo
Copy link
Owner

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

@edubkendo edubkendo reopened this Oct 10, 2014
@edubkendo
Copy link
Owner

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.

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

5 participants