vim-racer icon indicating copy to clipboard operation
vim-racer copied to clipboard

Racer support for Vim

Results 5 vim-racer issues
Sort by recently updated
recently updated
newest added

e.g.: ![2019-03-30-144851_823x52_scrot](https://user-images.githubusercontent.com/26231126/55277713-01160500-52fb-11e9-848e-6be4c4568f04.png) Here because the only argument to the method is self it would be better if the close parenthesis was also inserted.

I'd like a way to jump to `main` easily. Potentially even automatically on start, but that's optional. Could I do with a shortcut of some kind?

I'm using a rust crate mirror links: mirrors.ustc.edu.cn and racer with vim YCM when I update dependents library, the third party crate source code is just download into the .cargo/registry/src/mirrors.ustc.edu.cn-XXXX/...

If you split a chain of invocations into multiple lines (according to style guidelines. This is also what rustfmt does) the completion won't work ``` use std::io; fn main() {...

racer problem

If I have ``` let mut file = try!(File::open(file_path).map_err(|e| e.to_string())); let mut contents = String::new(); ``` Then `contents.` gives a good list of completion options, all appropriate for String, showing...

racer problem