"cargo clippy" in IntelliJ Rust plugin?

  1. I am using IntelliJ Rust plugin.

  2. I can run "cargo clippy" in the workspace no problem.

  3. The current suboptimality is that "cargo clippy" runs in a different terminal, so I can not click on the offending file name / line number and have IntelliJ jump to the right location.

Question: Is there a way to integrate cargo clippy in IntelliJ so that clicking on the file name / line number will cause the IntelliJ editor to jump to the offending location ?

Have you tried setting the external linter to cargo clippy?

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.