how to show error as popup instead of in the minibuffer? #926
-
I want to have errors/warnings pop up under the erroneous line when hovered rather than in the minibuffer, similar to how auto-completion suggestions show. Is this currently possible in eglot, and if so how do I enable it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Eglot does not show auto-completion suggestions in a pop-up. Company-mode does. Similarly, Eglot does not show errors/warnings. It delegates this task to flymake and eldoc. And there's an auxiliary package to eldoc that might do what you want, it's called eldoc-box. |
Beta Was this translation helpful? Give feedback.
Eglot does not show auto-completion suggestions in a pop-up. Company-mode does. Similarly, Eglot does not show errors/warnings. It delegates this task to flymake and eldoc. And there's an auxiliary package to eldoc that might do what you want, it's called eldoc-box.