vim-like quickfix plugin for CLion

138 Views Asked by At

There is amazing feature in vim called quickfix (don't remember if it's plugin or the native thing), it allows one to iterate over errors in editor by moving cursor to the location of the error.

How can I setup the same functionality in CLion with Rust plugin?

1

There are 1 best solutions below

1
On