Simple ElDoc frontend that displays documentation in a floating child frame
Go to file
2018-12-10 20:30:33 -05:00
eglot-doc.el init 2018-12-10 20:26:08 -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.