merlin-eldoc icon indicating copy to clipboard operation
merlin-eldoc copied to clipboard

Type and doc on hover for OCaml and Reason in emacs

Results 5 merlin-eldoc issues
Sort by recently updated
recently updated
newest added

`eldoc-echo-area-use-multiline-p` may be set to a positive number to specify at most how many lines the user wants Eldoc to take up (either as an absolute number of lines, or...

![image](https://user-images.githubusercontent.com/103882/180650246-5f6947a6-17d1-49d5-a802-91b417f79d45.png) I guess it should either do nothing or highlight the matching `in`. (which is what happens if you go the to the `in` itself)

![image](https://user-images.githubusercontent.com/103882/180650167-35ca3af7-79fe-437b-bcce-79e516b41808.png) Probably `_` should be ignored.

Hi there, Thanks for this neat package. I've noticed that when I put the point on e.g. a module, the large type signature sometimes (but not always) gets displayed in...

Normally when a user calls `merlin-type-enclosing`, it enables `merlin-type-enclosing-map` and bindings to funtions like `merlin-type-enclosing-go-{up,down}`. This doesn't work when merlin-eldoc is enabled. Probably because merlin-eldoc is called just after the...

bug