Perl5-IDEA
Perl5-IDEA copied to clipboard
Perl5 plugins for IntelliJ IDEA
I'm working on a large project. When I open any perl file, IDE consumes a lot of CPU, 4 cores, without me doing anything. The CPU usage never drops until...
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...
Available since gradle plugin 1.7.0-SNAPSHOT See: https://gist.github.com/karollewandowski/760f03af326d182aaf2eb89e93f03640#file-build-gradle-kts-L44-L56
Hi, I had problems setting up the root path for remote debugging since I didn't know what part of the path is used as relative part. After doing some experiments...
[>](https://github.com/Camelcade/Perl5-IDEA/issues/2714) Reference: https://perldoc.perl.org/perl5360delta.html - [x] add 5.36 version (includes `use warnings`) - [x] `signatures` are no longer experimental - [x] `isa` is no longer experimental - [x] `indirect` disabled, no...
Would be nice to have support for intepreters managed by [asdf](https://asdf-vm.com) version manager, in particular [its Perl plugin](https://github.com/ouest/asdf-perl), like there is for plenv and perlbrew managed ones. I'm primarily interested...
Latest 10/21 plugin works incredibly well for everything I throw at it except for methods that take a hash as an argument. This causes => alignment to go crazy. The...
Hi, I have this problem with docker (for example clicking on Tools -> Perl -> Refresh Interpreter Information): ``` 15:55 Synchronization Problems: 5 of 7 directories synchronized, 2 problems occurs....
 > This pragma provides an easy and convenient way to enable or disable experimental features. https://perldoc.perl.org/experimental --- Since `experimental` is a standard Perl pragma (as written in lowercase) like...