Context add `in_extern`, like `extern crate alloc;` Add for `crates/ide-completion/src/completions/expr.rs`: ```rust if in_extern { add_keyword("crate", "crate $0;"); } ``` But I'm not sure how to add `in_extern` to the `PathExprCtx`