perl-language-server
perl-language-server copied to clipboard
For reference: perlimports: https://metacpan.org/dist/App-perlimports video about it: https://youtu.be/fKqxdTbGxYY One thing I really like about programming in Go is that gopls can be configured to run goimports. This automatically adds imports...
Sorting imports doesn't seem to work correctly for me. If there is a blank line or comment it stops processing anything after the comment or blank line. It also doesn't...
Thanks a lot for creating the perl language server, I'm a very happy customer on my local machine! I am currently looking into providing a gitpod configuration for a perl...
Thank you for this wonderful project. I enjoy using it for quite some time. However, I noticed that it seems to lack the ability to do semantic completion for: If...
I believe that `lspconfig.perlpls.setup()` always expects a table, thus to use it by default config one should put `lspconfig.perlpls.setup({})` (instead of `lspconfig.perlpls.setup()`) to config file.
It appears that my files auto run on save, which is not ideal, any idea as to why that might be happening? This is in VSCode
https://github.com/FractalBoy/perl-language-server/blob/77584351bc7a1875c8ba5cebb229fc004ca848fe/server/lib/PLS/Server/Request/Initialize.pm#L38C5-L38C78 There are scenarios where the URIs in a workspace are not file based (file:// schema), which causes this line of code to crash. We can't really do anything with...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.67 to 20.10.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.50.0 to 1.84.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.5 to 9.5.1. Release notes Sourced from ts-loader's releases. v9.5.1 fix: inputSourceMap can be null #1638 - thanks @johnnyreilly and @michaeltford v9.5.0 Feature: map the input source...