irony-eldoc

https://github.com/ikirill/irony-eldoc.git

git clone 'git://github.com/ikirill/irony-eldoc.git'
8

irony-eldoc - irony-mode support for eldoc-mode

This implements eldoc support in irony-mode. eldoc is a built-in Emacs mode for displaying documentation about a symbol or function call at point in the message buffer (see eldoc-mode).

To use

Enable the minor mode irony-eldoc, as well as eldoc-mode. For an example, place point on top of a symbol, or inside a function call.

It is easiest to add irony-eldoc to irony-mode-hook, if you already have irony-mode set up.

Screenshot

Screenshot

Notes