Arseniy Pendryak
Arseniy Pendryak
Starting with 2022.1 IDEA new project wizard was introduced to simplify the process of creating a new project from IDE. The main change for the Rust plugin is the ability...
Procedural macro support feature depends on the following ([experimental](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#experimental-features)) features: - `org.rust.cargo.evaluate.build.scripts` - enables building and collecting build artifacts including proc-macro libraries during importing of project structure - `org.rust.macros.proc` -...
Provide implementation of `CommandLineInspectionProjectConfigurator` EP to properly configure project model for cargo-based projects for running inspection from [command line](https://www.jetbrains.com/help/idea/command-line-code-inspector.html) or via [Qodana](https://www.jetbrains.com/qodana/) changelog: properly configure cargo-based projects for running inspection...
Previously, if some directory from default project layout (for example, `examples`) was marked as excluded, the plugin marked them as source directory after each project model reloading. After these changes...
## Environment * **IntelliJ Rust plugin version:** 0.2.123.3092-201-nightly * **Rust toolchain version:** 1.43.0 (4fb7144ed 2020-04-20) x86_64-apple-darwin * **IDE name and version:** IntelliJ IDEA 2020.1.1 Ultimate Edition (IU-201.7223.91) * **Operating system:**...
IntelliJ platform 2021.2 introduced new plugin model to make support for dynamic unloading easier and more stable. Now the plugin can declare some modules inside it (slightly modified optional dependency...
It should fix wrong layout of gif images
Preparation to 223 support changelog: Drop support for 2022.1 platform. Consider updating to 2022.2
## Environment * **IntelliJ Rust plugin version:** 0.4.179.4859-222-nightly * **Rust toolchain version:** 1.63.0 (4b91a6ea7 2022-08-08) x86_64-apple-darwin * **IDE name and version:** IntelliJ IDEA 2022.2 Ultimate Edition (IU-222.3345.118) * **Operating system:**...
## Environment * **IntelliJ Rust plugin version:** 0.4.156.4110-212-nightly * **Rust toolchain version:** 1.56.0-nightly (b7404c898 2021-09-03) x86_64-apple-darwin * **IDE name and version:** IntelliJ IDEA 2021.2.2 RC Ultimate Edition (IU-212.5284.31) * **Operating...