Is it possible to toggle diagnostics on LSP? #5402
Replies: 3 comments 1 reply
-
No one who knows if it's possible to disable diagnostics? |
Beta Was this translation helpful? Give feedback.
-
I don't think so, but I see there is a pull request relating to toggling waiting for review: https://github.com/helix-editor/helix/pull/4085/files . I don't know if that could be used for your request somehow. Maybe when the new virtual text feature is merged then you could toggle virtual text on and off in the future? |
Beta Was this translation helpful? Give feedback.
-
+1 to this. I may be a dinosaur, but I find diagnostics distracting, especially when I'm in the midst of change which I know introduce temporary failures (for example, because I need to edit multiple parts of code in-sync such as changing both an interface and call sites). OTOH, I do want diagnostics when I believe I've completed that sequence of edits and want to check my work. So my ideal would be a hot key to toggle diagnostic display. Meanwhile, I want syntax, semantic-navigation (ie "go to definition"), auto-formatting so I don't want to disable LSP altogether. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to disable diagnostics from my LSP. As of now I've only found diagnostic-severity where I can minimally set to be shown errors. But I would like to be shown nothing at all. Is there something for this yet or do I need to make a pull request?
Beta Was this translation helpful? Give feedback.
All reactions