tide
tide copied to clipboard
Eldoc echo flickers
Is this normal? echo area flickers. I tried changing eldoc settings and looking for a simular issues without success. This does not happend for example in Emacs-Lisp mode with ElDoc.
Does the flickering only happen with the multiline doc? With Emacs Lisp, I am assuming it renders only a single line doc?
It seems so, after checking again when moving the cursor between symbols this what I notice:
- no flicker:
single line doc -> same symbol
single line doc -> different single line doc
single line doc -> multi line doc symbol
multi line doc -> single line doc
- flickers:
multiline doc -> same symbol
multiline doc -> different multi line doc