Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Arseniy Pendryak
Total activity
16
Last activity
January 14, 2023 18:55
Member since
May 15, 2018 14:51
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Articles (0)
Posts (0)
Comments (8)
Arseniy Pendryak
commented,
January 14, 2023 18:55
Official comment
The plugin takes into account Cargo config file during retrieving `cfg` options. So if you provide android target in the config, the plugin will evaluate `#[cfg(target_os = "android")]` to `true`. ...
Community
CLion
Can I change my rust target settings to see code for another platform?
0 votes
Arseniy Pendryak
commented,
November 01, 2022 23:24
Official comment
You can specify necessary `cfg` options via custom build target in cargo config, i.e. create .cargo/config.toml file and write required build target in `build` table, like [build]target = "aarch64-...
Community
CLion
Change Rust cfg attribute inspection settings
0 votes
Arseniy Pendryak
commented,
August 09, 2022 08:05
Official comment
I'm working on Wasi-Crypto, which has three Rust projects, documentation not in a project, and other supporting files. What's annoying is that opening a Rust file causes the IDE to not parse it, w...
Community
CLion
Rust: Sub-projects or nested projects? Project renaming?
0 votes
Arseniy Pendryak
commented,
July 13, 2022 15:04
Do you have your project attached in Cargo tool window?If no, try to attach it via `+` button in the tool window or via `Attach` action in root `Cargo.toml` file
Community
CLion
Rust: "file is not included in module, tree analysis not available"
3 votes
Arseniy Pendryak
commented,
February 11, 2022 16:37
The Rust plugin still doesn't handle all compiler errors/lintshttps://github.com/intellij-rust/intellij-rust/issues/5043#issuecomment-594376150 is still relevant although some new errors were suppo...
Community
CLion
CLion Failed to detect error in Rust?
0 votes
Arseniy Pendryak
commented,
February 11, 2022 16:30
The Rust plugin doesn't highlight variables that are not in the scope on purpose not to produce false-positive errors. We are working on enabling the corresponding inspection for paths (including v...
Community
CLion
"Cannot find declaration to go" is not highlighted and only appears after build
0 votes
Arseniy Pendryak
commented,
December 10, 2018 15:37
Intellij-Rust doesn't still support debugger in AppCode because of some technical reasons. But we are going to solve this issue and enable debugger support in AppCode. See https://github.com/intell...
Community
AppCode
Breakpoints in Rust code in my iOS project
0 votes
Arseniy Pendryak
commented,
May 15, 2018 14:51
Hi! It's intellij-rust plugin bug.It's already fixed in master (see https://github.com/intellij-rust/intellij-rust/pull/2518) and will be landed in next release
Community
CLion
ENV variable in Debug mode
0 votes