spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

How to delay the showing of syntax checking tooltip?

Open zer09 opened this issue 4 years ago • 9 comments

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.

zer09 avatar Mar 25 '20 09:03 zer09

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.

zer09 avatar Mar 26 '20 09:03 zer09

Ohh, I cant remember if I saw this before.

Screenshot from 2020-03-26 17-10-28

zer09 avatar Mar 26 '20 09:03 zer09

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!

github-actions[bot] avatar Apr 02 '21 08:04 github-actions[bot]

Are you using LSP?

lebensterben avatar Aug 24 '21 01:08 lebensterben

Are you using LSP?

Yes, I am using LSP

zer09 avatar Aug 24 '21 01:08 zer09

@zer09 I suggest you to ask about this in lsp-mode. It's likely to be configurable.

lebensterben avatar Aug 24 '21 01:08 lebensterben

@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.

lebensterben avatar Aug 24 '21 08:08 lebensterben

Thank you, I will try it.

zer09 avatar Aug 24 '21 12:08 zer09

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!

github-actions[bot] avatar Sep 10 '22 20:09 github-actions[bot]