You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using end of line diagnostics with inline diagnostics on the cursor line and it would be nice to display inline diagnostics instantly. I'm assuming the reason this delay was added was to address performance concerns when using the other-lines setting?
The text was updated successfully, but these errors were encountered:
I'd like this for a different reason: to put a longer delay. While typing a new line, I get constant errors even though I haven't finished typing yet. I'd want a delay of 2-3 seconds without keystrokes before the error actually popped up.
Hi, it would be nice if we could configure the inline diagnostics delay found here:
helix/helix-view/src/handlers/diagnostics.rs
Line 24 in 101a74b
I'm currently using end of line diagnostics with inline diagnostics on the cursor line and it would be nice to display inline diagnostics instantly. I'm assuming the reason this delay was added was to address performance concerns when using the other-lines setting?
The text was updated successfully, but these errors were encountered: