racer-rust / emacs-racer

Racer support for Emacs
399 stars 48 forks source link

Not completing with all valid choices #62

Closed vermiculus closed 7 years ago

vermiculus commented 7 years ago

I'm pretty confident that this is a racer bug, but I'm not sure how to test it with just the shell since it uses a namespace. I'll move the issue there when we confirm it's not emacs' (or my own) fault 😄

I've been working through the tutorial, so there is nothing that doesn't meet the eye here. Racer is not providing the complete set of valid completions for the context in at least this case: use rand::Rng; […] let a = rand::thread_rng().gen.

image

cuonglm commented 7 years ago

/me have the same issue.

The racer related issue https://github.com/phildawes/racer/issues/541

Wilfred commented 7 years ago

Sounds like it's a bug with racer itself rather than racer.el.

You can use M-x racer-debug in the latest version of racer.el to work out what racer command is being run.

Wilfred commented 7 years ago

I don't think there's anything we can do in racer.el for this bug, so I'm going to close this.