eldoc-box
eldoc-box copied to clipboard
childframe doc for eglot and anything that uses eldoc
Simplest way to reproduce: Open a source file, open treemacs, hover over a function. When hovering over a function in the left window, the box appears on the top-right. (Which...
See gif:  I noticed that adding the line (add-function :after after-focus-change-function (lambda () (redraw-frame))) to my init.el helps. I use Void Linux, dwm, emacs 28.1.
More like a question, but can wrapping be enabled for eldoc-box? I want to restrict maximum width to around 600px, an right now words are being wrapped at the middle:...
Hi, thanks for the work on this library! I'd like to bind `eldoc-box-eglot-help-at-point` to `K` to show the documentation for the symbol at point. This works for eglot managed buffers,...
Would it be possible to pass `t` for `NOERROR` to `(require 'eglot)`? Right now, an error pops up every time I start Emacs complaining about `eglot` not being found. Since...
Dumb question, but is there a way to copy text from the child frame that pops up? I couldn't figure out a way to do this...
After enabling `eldoc-box-hover-mode`, it does not show anything in the TTY emacs.
Sometimes eldoc is big. It would be nice to be able to scroll output. `lsp-ui-doc` has this feature, and also can be resized and focused with mouse.  This end...
It's chicken egg problem where to solve this, but recently I've started using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) with [lsp-ui](https://github.com/emacs-lsp/lsp-ui) package, and found out that it's quite nice to see both information from eldoc...
I am running Linux and are seeing some display issues with this, perhaps an idea could be to use this library for display logic: https://github.com/tumashu/posframe I have found that to...