![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^2: Which IDE's show tooltips for Perl builtins?by LanX (Sage) |
on Jul 26, 2022 at 22:20 UTC ( #11145771=note: print w/replies, xml ) | Need Help?? |
> in your example SHORT EXPLANATION IN ONE-LINE, in the minibuffer (as Eldoc usually does). This could probably be of interest for you, it redirects the help message from the minibuffer to a tooltip at point. Probably not the best lisp style, I hacked it about ten years ago, but it never failed me. It's basically monkey-patching cperl-describe-perl-symbol with an around-function to show the tooltip at the point of the cursor. I think pos-tip.el needs to be installed first.
Cheers Rolf
In Section
Seekers of Perl Wisdom
|
|