Version 3.0.2 of package Eldoc-Mouse has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Eldoc-Mouse describes itself as: ===================================== Display documentation for mouse hover ===================================== More at https://elpa.nongnu.org/nongnu/eldoc-mouse.html ## Summary: This package enhances `eldoc' by displaying documentation in a child frame when the mouse hovers over a symbol. It integrates with `posframe' for popup documentation. Enable it in buffers that you want to show documentation using eldoc for the symbol under the mouse cursor. To use, ensure posframe is installed, then add the following: (use-package eldoc-mouse :ensure t ;; replace <f1> <f1> to a key you like, "C-h ." maybe. ;; Displaying document on a popup when you press a key. :bind (:map eldoc-mouse-mode-map ("<f1> <f1>" . eldoc-mouse-pop-doc-at-cursor)) ;; optional ;; enable mouse hover for eglot managed buffers, and Emacs Lisp buffers (optional) :hook (eglot-managed-mode emacs-lisp-mode)) ## Recent NEWS: [Not provided 🙁]
