Hongxu Chen
Hongxu Chen

Reputation: 5350

How to get signatures for the variable at point in tuareg-mode?

We can use merlin to do the auto-completion and the signature is displayed on the popup window; additionally we can use Ctrl-h or ? to get additional defined variables in the module during completion.

But for code reviewing, how can I get these signatures? I tried tuareg-list-functions and a few others, but no luck.

Upvotes: 0

Views: 106

Answers (1)

Drup
Drup

Reputation: 3739

With merlin, Ctrl-c Ctrl-t. Please see the merlin emacs manual.

Upvotes: 1

Related Questions