plsense icon indicating copy to clipboard operation
plsense copied to clipboard

Module assist candidates do not show perldoc help until module is actually used

Open dct opened this issue 11 years ago • 1 comments

For example, if Plack::LWPish has not been used anywhere:

$ ./plsense -i

assist Plack::LWPish Plack::LWPish ahelp Plack::LWPish Plack::LWPish is Module. defined in '/home/dct/projects/plsense_test/local/lib/perl5/Plack/LWPish.pm

Not documented.

I've done a quick hack in PlSense::Helper::get_symbol_help_text() to run perldoc if module has not been built before, but it's very ugly. Let me know if you want to see this.

dct avatar Jul 29 '14 16:07 dct

Hi, @dct Thanks for your hack. Could you send the code by pull request?

aki2o avatar Aug 02 '14 04:08 aki2o