plsense icon indicating copy to clipboard operation
plsense copied to clipboard

Omni completion tool for Perl

Results 10 plsense issues
Sort by recently updated
recently updated
newest added

remove the perl and path prefixes

Using the codeadd command how do I let the server now that I have deleted a some characters or lines?

plsense is a pioneer with regards to language servers for Perl, so maybe having it talk [LSP](https://github.com/Microsoft/language-server-protocol) would be a good feature to have? This would also bring plsense out...

currently plsense does not support variables declared in the form of `Const::Fast` which look like `const my $CONST_VAR => 5;`. Now I realize that these are not actually scalars, but...

it would be great to get this to build under msys2 so it would be a little more portable. But neither dmake nor make will compile it. I keep getting...

Greetings, I'm unable to install the latest plsense version using cpanm: the installation failed with the error "Timed out (> 1800s)". This is the installation log: cpanm (App::cpanminus) 1.7039 on...

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...

``` $ grep 'use' /home/hiroaki/dev/plsense/lib/PlSense/ModuleKeeper.pm use parent qw{ PlSense::Cacheable }; use strict; use warnings; use Class::Std; use List::AllUtils qw{ uniq }; use Try::Tiny; use PlSense::Logger; $ plsense -i > loc...

About set_level of Log::Handler, the following result was shown by subinfo. ``` NAME: set_level ARG1: $name As SCALAR ARG2: $new As Unknown RETURN: Literal As SCALAR FILE: /home/hiroaki/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/Log/Handler.pm LINE: 354...