mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Add irony-eldoc.
It is a minor mode that enables eldoc-mode support (showing docstrings in minibuffer) for C/C++/ObjC, based on irony-mode, which is based on libclang. Based on irony-mode and libclang, it is quite precise (except for ambiguous function calls), and avoids recompilation of files. https://github.com/ikirill/irony-eldoc
This commit is contained in:
parent
3ccb401b60
commit
70511e85e4
1 changed files with 1 additions and 0 deletions
1
recipes/irony-eldoc
Normal file
1
recipes/irony-eldoc
Normal file
|
@ -0,0 +1 @@
|
|||
(irony-eldoc :fetcher github :repo "ikirill/irony-eldoc")
|
Loading…
Reference in a new issue