Add command to toggle inline diagnostics #11230
Replies: 2 comments 2 replies
-
that's why inline diagnostics are disabled in insert-mode and only appear after a timeout when moving the cursor.
you can use |
Beta Was this translation helpful? Give feedback.
-
If/when #12203 gets merged you'll be able to do it |
Beta Was this translation helpful? Give feedback.
-
I'm really enjoying the new inline diagnostics that was recently merged into master, and I'm so grateful for the work that went in to this.
Sometimes I find it a little distracting to have diagnostics appear and disappear when I'm editing, shifting around the lines below my cursor. I think it would be great to have a new command to show inline diagnostics below the line, which would then disappear either via a command or when the cursor is moved to a new line. This could be paired with
end-of-line-diagnostics
being enabled andeditor.inline-diagnostics.cursor-line
disabled, so that diagnostics still show up at the end of the line, but only below the line when requested.Beta Was this translation helpful? Give feedback.
All reactions