spacemacs
spacemacs copied to clipboard
How to delay the showing of syntax checking tooltip?
Is there a way to delay the syntax check tooltips?
I tried setting the flycheck-display-errors-delay
to 3
but with no avail. The tooltip still showing almost instantly.
It's a bit annoying, when you are not done typing and there is an error, the tooltip will spam, and sometimes will interfere with the autocomplete.
And it look like it will cause a little bit slowdown, because when your not done typing, it try to show the tooltip, so what you type will got a little bit delay.
Ohh, I cant remember if I saw this before.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
Are you using LSP?
Are you using LSP?
Yes, I am using LSP
@zer09 I suggest you to ask about this in lsp-mode. It's likely to be configurable.
@zer09
It might not be caused by LSP.
try setting flycheck-pos-tip-timeout
to a larger number.
You may also be interested in setting other variables in flycheck-pos-tip
group. Or disable flycheck-pos-tip-mode
altogether.
Thank you, I will try it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!