emacs-sideline / sideline-flycheck

Show flycheck errors with sideline
GNU General Public License v3.0
19 stars 5 forks source link

How to trigger display outside highlighted region on the same line like `lsp-ui`? #5

Closed failable closed 8 months ago

failable commented 1 year ago

It's a bit inconvenient that one has to move the point to the highlighted region to see the sideline message.

lsp-ui

Screenshot 2023-11-19 at 15 24 43

sideline

Screenshot 2023-11-19 at 15 26 25
jcs090218 commented 1 year ago

Yeah, this is currently not possible. I will implement this when I have more time!

Feel free to open PRs for this feature! :)

jcs090218 commented 8 months ago

You can now achieve this by:

(setq sideline-flycheck-display-mode 'line)