vim-racer
vim-racer copied to clipboard
Racer support for Vim
e.g.:  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() {...
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...