IntelliJ's "next error" is not global?
โ Rust ๐ 2026-03-05 ๐ค surdeus ๐๏ธ 3IntelliJ 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
๐ท๏ธ Rust_feed