Last time I tried this, the plugin was incapable of actually showing compile errors in the project view and they said their false positive error rate was too high to enable it ( https://github.com/intellij-rust/intellij-rust/pull/8373 ). That was a dealbreaker for me compared to VSCode. It doesn't look like that's changed?
Using it everyday and I can’t confirm this at all. Worst case you can enable clippy to run in the background.
IntelliJ Rust
61–63 of 63 posts
Re: IntelliJ Rust
#62The plugin is better than nothing but not really up to par with Jetbrains standards yet. - More than half of compile time errors are not shown in the IDEs. - Breaks when using some macros. For example wheb using gtk-rs each file defining a custom widget constantly show 2 errors that aren't there. Autocompletion fails for a lot of macros, even simple ones with macro_rules!. - The debugger works but there are no type r…
Re: IntelliJ Rust
#63The plugin is better than nothing but not really up to par with Jetbrains standards yet. - More than half of compile time errors are not shown in the IDEs. - Breaks when using some macros. For example wheb using gtk-rs each file defining a custom widget constantly show 2 errors that aren't there. Autocompletion fails for a lot of macros, even simple ones with macro_rules!. - The debugger works but there are no type r…
Set it to Clippy and real-time lint instead of cargo check