We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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() { println!("Guess the number!"); let mut guess = String::new(); io::stdin() .r // here, the completion won't work println!("You guessed {}", guess); }
The completion popup does not show on its own, but also when you press C-xC-o
The text was updated successfully, but these errors were encountered:
Reproduced. It seems racer problem. You should report it in racer issues.
https://github.com/phildawes/racer/issues
Sorry, something went wrong.
No branches or pull requests
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
The completion popup does not show on its own, but also when you press C-xC-o
The text was updated successfully, but these errors were encountered: