Autocompletion rls not work

hi every body
i am noob in rust programming forgive me for simple question
i write module and added in main.rs file with use path attribute
example :

#[path="platform/linux/mod.rs"]
mod platform;

use platform:: // -> ctl+space return no suggestions

fn main() {

}

my problem in vscode and rls why autocompletion not work in module ? is a rls bug ?

1 Like

Having the same issue in IntelliJ with the Rust plugin

1 Like