Hacker News new | ask | show | jobs
by thurn 1078 days ago
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?
2 comments

Using it everyday and I can’t confirm this at all.

Worst case you can enable clippy to run in the background.

I suspect they did eventually enable it by default to match expectations. I generally see a rate of actually showing compilation errors of around 70%? Perhaps higher, it's not the 100% of other languages like Java/Go, and anecdotally I feel a higher rate with JS.
> Last time I tried this

When was that?