You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a side *merlin-types* buffer. This is fine when pressing C-c C-t explicitly, but wuite disruptive when prompted by eldoc. Am I doing anything wrong? is there a function I should put a breakpoint on to debug this?
I don't manage to reproduce this behavior. The function which does display the *merlin-types* buffer is merlin--type-display. And it is only called at one place in merlin-eldoc, when there is an active region. But even like this I don't manage to get the buffer to appear. Could you give a way to reproduce?
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 a side
*merlin-types*
buffer. This is fine when pressing C-c C-t explicitly, but wuite disruptive when prompted by eldoc. Am I doing anything wrong? is there a function I should put a breakpoint on to debug this?Here's my config:
The text was updated successfully, but these errors were encountered: