IntelliJ's "next error" is not global?

โš“ Rust    ๐Ÿ“… 2026-03-05    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 3      

surdeus

IntelliJ and the Rust plugin have a command with a default keyboard shortcut (F2) for โ€œNext Highlighted Errorโ€. But it only works within a file, so you jump to 2 or 3 problems and then have to go hunting with the mouse pointer, to select the next file, then you can use F2 again, repeat.

Anyone know how how walk through all the compiler errors in the entire build, with just a key shortcut?

3 posts - 3 participants

Read full topic

๐Ÿท๏ธ Rust_feed