PerlNavigator icon indicating copy to clipboard operation
PerlNavigator copied to clipboard

Perl Language Server that includes syntax checking, perl critic, and code navigation

Results 51 PerlNavigator issues
Sort by recently updated
recently updated
newest added

Thanks for your work on this project thus far. I'm trying to get it going in neovim and have reached the limits of my knowledge here, so maybe you can...

This may be specific to Neovim, but I don't know if it's a bug with Neovim or not. Given this perl file: ``` #!/usr/bin/env perl content; ``` If I now...

Now that there is an automatic build can it also publish the npm package whenever a build occurs? For now the neovim installer depends on the npm package so any...

This still needs a lot of work, but I figured I'd create a draft PR to document my progress. `perlimports` as a linter is pretty much working, though. Closes #22....

When a user enters a settings.perlPath, the Navigator should validate that the file exists and is a valid perl executable. If not, pop-up a nice error message to the user...

Tried to install it manually, and lost a whole day to make Perl::Critic work but nope. It works in vscode out of the box, but not in ST4. Sigh.

The $workspaceFolder variable is already available for use in include paths. Would it be possible to allow the use of other predefined variables? I would find $fileDirname to be useful.

I get spurious syntax errors when working with a particular codebase and I think the culprit is Moose using Carp::cluck to emit warnings at compile time. As far as I...

I have some large modules where critic times out and so no problems are reported. The timeout is currently set to 25 seconds. Would it be possible to make this...

This repo satisfies the requirements of https://github.com/perl-ide. Can move this repo to https://github.com/perl-ide for visibility and [bus factor](https://en.wikipedia.org/wiki/Bus_factor)?