Skip to content
New issue

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

Completion does not show after newline #62

Open
jrosiek opened this issue Oct 2, 2016 · 1 comment
Open

Completion does not show after newline #62

jrosiek opened this issue Oct 2, 2016 · 1 comment

Comments

@jrosiek
Copy link

jrosiek commented Oct 2, 2016

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

@Shougo
Copy link
Contributor

Shougo commented Oct 3, 2016

Reproduced.
It seems racer problem. You should report it in racer issues.

https://github.com/phildawes/racer/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants