-
Racer works fine from the command line. Auto-completion searches in Sublime have some strange behavior. For example, typing `use std::io::B`, then pausing/waiting...
- Immediately pops up the 'basic/n…
-
https://github.com/racer-rust/emacs-racer/
-
I'm not entirely sure what this type of completion is called, however it doesn't seem to be working (does racer even support it?).
Here's the code I'm using:
``` rust
fn main() {
let a: [i32, 3] =…
-
At the moment RLS fruitlessly asks Racer when a a text editor requests a completion like `use std:`. At least Sublime Text only seems to associate single characters, like "." or ":" for requesting com…
-
I am not getting auto completions for anything in `std::os::unix`. `racer complete std::os:: | grep unix` has no output. Everything else in `std::os` seems to have correct auto completion.
I have n…
-
racer appears to be working on my system. I compiled it in a docker container as to not pollute my Ubuntu system with non-apt crud. I also had to install `rust-src` to make it work:
```
$ racer co…
-
Completion inside a comment performance varies quite significantly (from 0.01s to ~0.3s)[0] seemingly depending on the context of the comment. Here is test for scenario that I noticed while using ema…
-
Trying to get emacs-racer to autocomplete, and am running into the following errors:
```
eldoc error: (error /cygdrive/c/Users/Tim/.cargo/bin/racer exited with status 1)
Company: An error occurred i…
-
I've started using multirust and suddently racer stopped working for non std completions or go to definitions. I think we should add a warning in the installation instructions about racer-binary/rust-…
-
Racer/RLS/whoever (honestly I don't even care who) is unable to provide suggestions for things most of the time. That's fine. Failing that I'd at _least_ like VS Code to be able to suggest other words…