yard-mode.el
yard-mode.el copied to clipboard
Emacs minor mode for editing YARD tags
Coloring the actual docstring (the topmost part of the documentation) should provide a more visual way of seeing the documentation. It will make it as good-looking as Python docstrings.
Currently the feature set of yard-mode is quite unclear from the README. Writing a small section about possible snippets and highlighting features would be helpful.
I found use `yard-eldoc-message` as `eldoc-documentation-function` will not display eldoc from `robe-eldoc`. It does not show anything at all.