Display "ALL errors: in current buffer at once, instead of "only current error at point"
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.
I'm afraid displaying all errors can be a bit confusing. What’s the use case of this?🤔
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".