主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Arseniy Pendryak
活动总数
16
最后的活动
2023年01月14日 18:55
成员加入日期
2018年05月15日 14:51
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
8
活动概览
文章(0)
帖子(0)
评论(8)
Arseniy Pendryak
进行了评论,
2023年01月14日 18:55
正式评论
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`. ...
社区
CLion
Can I change my rust target settings to see code for another platform?
0 票
Arseniy Pendryak
进行了评论,
2022年11月01日 23:24
正式评论
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-...
社区
CLion
Change Rust cfg attribute inspection settings
0 票
Arseniy Pendryak
进行了评论,
2022年08月09日 08:05
正式评论
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...
社区
CLion
Rust: Sub-projects or nested projects? Project renaming?
0 票
Arseniy Pendryak
进行了评论,
2022年07月13日 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
社区
CLion
Rust: "file is not included in module, tree analysis not available"
3 票
Arseniy Pendryak
进行了评论,
2022年02月11日 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...
社区
CLion
CLion Failed to detect error in Rust?
0 票
Arseniy Pendryak
进行了评论,
2022年02月11日 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...
社区
CLion
"Cannot find declaration to go" is not highlighted and only appears after build
0 票
Arseniy Pendryak
进行了评论,
2018年12月10日 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...
社区
AppCode
Breakpoints in Rust code in my iOS project
0 票
Arseniy Pendryak
进行了评论,
2018年05月15日 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
社区
CLion
ENV variable in Debug mode
0 票