irony-eldoc
irony-eldoc copied to clipboard
irony-mode support for eldoc-mode
Use `font-lock-variable-name-face` or `font-lock-function-name-face` to propertize symbol's face as well as elisp-mode's eldoc does.
Hi! I'm having an issue which I cannot trace back to its origin. The issue is described [here](https://github.com/Sarcasm/irony-mode/issues/493). Through trial and error I've discovered that disabling `irony-eldoc` solves it completely....
Can't find the plugin on melpa-stable, currently only available on melpa. Please release a version on for melpa-stable.
In my project I have the following multi-line function call: ``` c [...] #include #include [...] struct libevdev *dev; struct libevdev_uinput *uidev; struct input_absinfo aix = {0, 0, 32767, 0,...