sideline-flycheck icon indicating copy to clipboard operation
sideline-flycheck copied to clipboard

Display "ALL errors: in current buffer at once, instead of "only current error at point"

Open eval-exec opened this issue 5 months ago • 2 comments

Hello I would like to suggest sideline-flycheck to add an customize option to display all flycheck errors in buffer at once?

What do you think? Thank you.

eval-exec avatar Jul 09 '25 12:07 eval-exec

I'm afraid displaying all errors can be a bit confusing. What’s the use case of this?🤔

jcs090218 avatar Jul 09 '25 13:07 jcs090218

What’s the use case of this?🤔

While working on a Cargo project, after making changes to a Rust file, Flycheck reports several errors in the current buffer. Currently, I have to move the cursor to each line with a Flycheck error to have sideline display the corresponding overlays. However, I’d like sideline-flycheck to display all errors as soon as they’re available, without requiring me to "move the cursor myself".

eval-exec avatar Jul 09 '25 14:07 eval-exec