-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show diagnostics for all lines in lsp-ui-sideline #777
Comments
It depends on the implementation. I cannot guarantee this will be merged, but feel free to open PR so other maintainers can review it. |
I too like the way neovim displays all diagnostics. Is there a way to view the doc all the time On neovim it's there all the time, on Emacs I have to put my cursor on it to see the warning |
Sorry, I didn't mean to imply that my changes would just be accepted methodology and sight unseen and I can see how my post came off that way. I should have just actually stated what I was doing so I could get feedback on it as well, but I was trying to save everyone time and quickly check to see if the change would be directionally acceptable for the project or not. Sometimes proposals aren't, like gaps in i3! My current idea is to check whether a new setting, One thing I'm stuck on right now is that it doesn't seem possible to give |
Yes, that's exactly the feature I'm asking for. Sorry for making a duplicate ticket, I'll close this one and continue discussion there. If you'd like to see what I've done already, you can see my WIP at https://github.com/zjp/lsp-ui/tree/show-all-diagnostics Current issues: If you have hl-line mode on the hightlight disappears between the end of the line you're on and the diagnostic If a line has multiple diagnostics to show, one diagnostic will be shown and the rest of the diagnostics disappear (you can see this in action by bringing line 372 of lsp-ui-sideline.el into view). Not every motion seems to update the diagnostics. |
I really like how neovim's lsp-ui package displays all diagnostics for all lines, and I'd like to see that behavior in lsp-ui-sideline. I'm halfway through hacking it into my local copy of lsp-ui, so I thought I'd open an issue here and see if this is something you'd be interested in supporting so I can either open a PR when it's done or reorganize my work around monkeypatching lsp-ui in my init config. Let me know!
The text was updated successfully, but these errors were encountered: