Perl5-IDEA icon indicating copy to clipboard operation
Perl5-IDEA copied to clipboard

No documentation for most Perl functions

Open christianitis opened this issue 2 years ago • 2 comments

Using IntelliJ Ultimate 2022.1.3, on bundled JRE (OpenJDK 11.0.15). Host OS is OpenSUSE Tumbleweed. Plugin version 2022.1.1.

"No documentation found." for almost all standard (stock) functions. Documentation for standard packages and pragmas work fine though. Using the same setup at work (except running on Windows 10), documentation displays fine. Not sure if this is related, but almost no documentation seems to show for imported modules/packages and their functions either (99% of the time)

christianitis avatar Jul 10 '22 02:07 christianitis

What is your Perl version?

hurricup avatar Jul 10 '22 05:07 hurricup

What is your Perl version? 5.34.1 for x86_64-linux-thread-multi. Also tried with 5.34.0 for x86_64-linux-thread-multi, still no documents.

christianitis avatar Jul 10 '22 12:07 christianitis

I have no access to such host OS, so can't investigate further here. Still it works for ubuntu and perlbrew installed perl image

Does perldoc -f my works from the console? Do you have a pod directory in one of the package roots? Like this: image

hurricup avatar Nov 27 '22 05:11 hurricup

Guess I reproduced that. In my case it works, for example for keywords. But not working for packages/subs. Investigating. Presumably broken in IDE.

hurricup avatar Nov 27 '22 12:11 hurricup

Looks like image or image but image

hurricup avatar Nov 27 '22 12:11 hurricup

I have no access to such host OS, so can't investigate further here. Still it works for ubuntu and perlbrew installed perl image

Does perldoc -f my works from the console? Do you have a pod directory in one of the package roots? Like this: image

perldoc -f my returns "ListUtil.c: loadable library and perl binaries are mismatched (got first handshake key 0xeb00080, needed 0xeb80080)". So it must be a problem on my end.

christianitis avatar Nov 29 '22 22:11 christianitis

There also were a problem on the IDE side which is now fixed, so thank you again :)

hurricup avatar Nov 30 '22 03:11 hurricup