Artem Mukhin
Artem Mukhin
## Environment * **IntelliJ Rust plugin version:** 0.4.177.SNAPSHOT-222-dev * **Rust toolchain version:** 1.64.0-nightly (4493a0f47 2022-08-02) x86_64-apple-darwin * **IDE name and version:** CLion 2022.2 (CL-222.3345.126) * **Operating system:** macOS 11.1 ##...
This issue is related to the ticket from Zendesk Support. ## Environment * **IntelliJ Rust plugin version:** 0.4.178.4873-222 * **Rust toolchain version:** 1.63.0 (4b91a6ea7 2022-08-08) x86_64-pc-windows-msvc * **IDE name and...
## Environment * **IntelliJ Rust plugin version:** 0.4.149.3903-211-nightly * **Rust toolchain version:** 1.52.1 (9bc8c42bb 2021-05-09) x86_64-apple-darwin * **IDE name and version:** IntelliJ IDEA 2021.1.2 Ultimate Edition (IU-211.7442.40) * **Operating system:**...
## Problem description It would be nice to automatically provide some default run configurations after opening a Rust project in the IDE for the very first time or after cloning...
Fixes #9333. This commit adds a decorator allowing to modify the text representation of Rust type names in the debugger. The decorator is applied whenever the debugger renders values of...
## Environment * **IntelliJ Rust plugin version:** 0.4.179.SNAPSHOT-222-dev * **Rust toolchain version:** 1.65.0-nightly (1120c5e01 2022-09-08) x86_64-pc-windows-msvc * **IDE name and version:** CLion 2022.2.1 (CL-222.3739.54) * **Operating system:** Windows 10 10.0...
This meta issue is aimed to track the progress of improving Rust support in [MSVC LLDB](https://blog.jetbrains.com/clion/2019/06/clion-2019-2-eap-msvc-debugger-unused-includes-check-and-more/#msvc_debug). #### IDE support - [x] CLion #5535 - [x] IDEA Ultimate, RubyMine #5610 -...
The issue is related to the ticket from Zendesk Support. ## Environment * **IntelliJ Rust plugin version:** 0.2.120.2202-201 * **Rust toolchain version:** 1.43.0 (4fb7144ed 2020-04-20) * **IDE name and version:**...
Sometimes it would be useful to enable specific cfg option which is actually disabled (in the sense of Cargo). For example, when writing a cross-platform program on a Linux machine...