Dmitry Murzin
Dmitry Murzin
@YthanZhang could you please try to enable [`org.rust.cargo.evaluate.build.scripts` and `org.rust.macros.proc` experimental features](https://github.com/intellij-rust/intellij-rust/issues/6908)
@samuelcolvin we are working on the feature to exclude specific paths from auto-import and completion: #9123. I guess we will add `core::panicking` and `std::intrinsics::unreachable` to default exclusion list > There...
Moved the code to separate intention to not have "Unresolved reference" description and added more tests
@Undin looks like it was fixed some time ago?
@Kloenk please enable `org.rust.cargo.evaluate.build.scripts` and `org.rust.macros.proc` [experimental features](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#experimental-features), it should work
> In the current implementation, if there is only a single import candidate, it is always imported on a best-effort basis, the import map is only consulted if there are...
@Kobzol I thinks these are two independent features, and you should keep current implementation (taking into account https://github.com/intellij-rust/intellij-rust/pull/7597#issuecomment-992414139)
> Currently, if the thing that we would normally import is private, it will not be imported. What about this: if we encounter an element at some relative position which...