Perl5-IDEA
Perl5-IDEA copied to clipboard
No documentation for most Perl functions
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)
What is your Perl version?
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.
I have no access to such host OS, so can't investigate further here. Still it works for ubuntu and perlbrew installed perl
Does perldoc -f my
works from the console?
Do you have a pod
directory in one of the package roots? Like this:
Guess I reproduced that. In my case it works, for example for keywords. But not working for packages/subs. Investigating. Presumably broken in IDE.
Looks like
or
but
I have no access to such host OS, so can't investigate further here. Still it works for ubuntu and perlbrew installed perl
Does
perldoc -f my
works from the console? Do you have apod
directory in one of the package roots? Like this:
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.
There also were a problem on the IDE side which is now fixed, so thank you again :)