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

**OUTLINE does not show SUBs or FIELDS - other features seem to be working fine.** - I'm running extension v0.8.12 and - Perl::LanguageServer is v2.6.2 - I am using SSH....

Closes #21 Kind of winging it with these changes but wanted to get the ball rolling on introducing this feature. Bare minimum functionality should be present with this.

`MacOS 12.7.4, VSCode Version: 1.85.2` Just installed PerlNavigator in a vanila perl environment (only system perl). Perltidy works from terminal (brewed). Extension works: it hints, displays help - ie. PLS...

![image](https://github.com/bscan/PerlNavigator/assets/10738140/7d6bfbc7-c088-4c47-81b0-242809e11aa1) Just as showed in the picture. Is it possible to open the module File::Basename: \usr\share\perl5\5.36\File\Basename.pm directly in a new tab? BTW, the path is from Cygwin. When I click...

I try to format my perl-code with perltidy in Visual Studio Code. This can be done because mentioned in https://github.com/bscan/PerlNavigator/ Currently Implemented Features: Code formatting via Perl::Tidy Ok, but how...

According to [language server specification][spec] for clients not announcing the workspaceFolders capability the server should fallback. Primarily to rootUri, and further to rootPath when needed. [spec]: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ I have pushed...

This PR is made mainly in order to address issue #134, but goes beyond that and also addresses a bunch of other things in one go. In essence, this PR...

Basically what the title says. At least in my case (Neovim 0.10.1) there's no hover documentation for inbuilts like `die`, `warn`, `shift`, `push`, etc. - basically all inbuilts, as far...

Something I have noticed while writing docstrings with POD is that sub-subsections are cut from the result of `textDocument/hover`. It's probably best if I demonstrate this with an example. Let's...

Not sure if you use any other executables other than perlimports but if I want perlimports to be included on 'develop' in my cpanfile and I want to use the...