Simple ElDoc frontend that displays documentation in a floating child frame
Go to file
Yuan Fu 9a6c21b644
Add border
This doesn't work for some reason, maybe it's because I'm on Mac?

It might be my machine's fault because
lsp-ui's childframe doesn't have border when they clain to do, either.

Anyway, the internal-border-width parameter works fine,
and internal-border face looks good, too.
So I guess the code is ok.
2018-12-10 21:02:24 -05:00
eglot-doc.el Add border 2018-12-10 21:02:24 -05:00
README.org Add readme 2018-12-10 20:30:33 -05:00

Install

Get the file, add to load path, and

(require 'eglot-doc)

Usage

Show the documentation of the symbol at point: eglot-doc-help-at-point

Show documentation upon hover: eglot-doc-hover-mode. Note that you need to enable ElDoc mode for this to work.