perl-language-server icon indicating copy to clipboard operation
perl-language-server copied to clipboard

Results 32 perl-language-server issues
Sort by recently updated
recently updated
newest added

ref #105 # Synopsis An approach to using module friendly syntax for loading modules. # Open Questions 1. Is my .pm check too naive? What happens when it's syntax checking...

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Hey there, thanks so much for your work on this language server. I'm using the latest v0.902 with v0.0.15 of the VS Code extension running over Remote SSH to a...

#50 and #122 both encountered perltidy breaking with -pbp, because it secretly adds an option that's incompatible with the options PLS passes. We can counteract this by passing -nst with...

For those who wish to contribute to this project, there is no way for them to know what the coding standards are. At the very least, we need to add:...

I've been using this as my language server through neovim. I have it setup as per the documentation, and it's working fine. The problem is that I always get a...

Hey there, thanks a lot for this really nice VSCode extension, I love it! There is only one point which I dislike a lot: * I'm opening up one single...

Long story short, despite the documentation recommending `-et` over `-t`, `-et` is basically broken: https://github.com/perltidy/perltidy/issues/90 If you want sane indentation using tabs, use `-t` instead.

Hi @FractalBoy, This might be related to #82... * [2022-02-13 23:42:26] Indexing /Users/carlos/Library/Application Support/xbar/plugins/crcmdtools/lib/BaseCommand.pm... With this file everything works well, Syntax, Perl Critic, Symbols, etc. * [2022-02-13 23:43:38] Indexing /Users/carlos/Library/Application...