Skip to content

Completion does not show after newline #62

Open
@jrosiek

Description

@jrosiek

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions