Pull Perl docs into Idea! #2756
Replies: 3 comments 7 replies
-
Do you mean online rather than the existing offline documentation support? As currently it requires the module to be installed locally. (Offline documentation support already exists in the IDE/plugin, there's a tool window for that.) |
Beta Was this translation helpful? Give feedback.
-
@that-guy-scott it should work already. But you must have perl or module installed and configured. |
Beta Was this translation helpful? Give feedback.
-
I'm using WSL. I get a popup windows but it says "No Documentation Found". I've installed the plugin in Intellij. I'm not sure how to install it locally. I followed the "Getting Started" in the wiki here ==> https://github.com/Camelcade/Perl5-IDEA/wiki/Getting-started |
Beta Was this translation helpful? Give feedback.
-
I love being able to view API documentation right inside the editor.
What I end up doing is this...
Say I have a CPAN module Data::Dumper. I want to view documentation about this module. Normally one would just google "Data::Dumper". Do this enough times and you memorize the urls.
https://perldoc.perl.org/Data::Dumper.
https://perldoc.perl.org/some-perl-module-here
I've had perl.org redirect you to the cpan page for these docs as well.
Would it be possible to pull this info in much like java docs? It's default shortcut is Ctrl+q
Beta Was this translation helpful? Give feedback.
All reactions