The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.2.0

  • Parser now supports Moose method modifieres before, after and around, so they can be used in symbol view and within reference search
  • Support Format Document and Format Selection via perltidy
  • Add logFile config option
  • Add perlArgs config option to pass options to Perl interpreter. Add some documentation for config options.
  • Add disableCache config option to make LanguageServer usable with readonly directories.
  • updated dependencies package.json & package-lock.json
  • Fix deep recursion in SymbolView/Parser which was caused by function prototypes. Solves also #65
  • Fix duplicate req id's that caused cleanup of still running threads which in turn caused the LanguageServer to hang
  • Prevent dereferencing an undefined value (#63) [Heiko Jansen]
  • Fix datatype of cwd config options (#47)
  • Use perlInc setting also for LanguageServer itself (based ony pull request #54 from ALANVF)
  • Catch Exceptions during display of variables inside debugger
  • Fix detecting duplicate LanguageServer processes
  • Fix spelling in documentation (#56) [Christopher Chavez]
  • Remove notice about Compiler::Lexer 0.22 bugs (#55) [Christopher Chavez]
  • README: Typo and grammar fixes. Add Carton lib path instructions. (#40) [szTheory]
  • README: Markdown code block formatting (#42) [szTheory]
  • Makefile.PL: add META_MERGE with GitHub info (#32) [Christopher Chavez]
  • search.cpan.org retired, replace with metacpan.org (#31) [Christopher Chavez]

Modules

Language Server and Debug Protocol Adapter for Perl

Provides

in lib/Perl/LanguageServer/DebuggerInterface.pm
in lib/Perl/LanguageServer/DebuggerProcess.pm
in lib/Perl/LanguageServer/DevTool.pm
in lib/Perl/LanguageServer/IO.pm
in lib/Perl/LanguageServer/Methods.pm
in lib/Perl/LanguageServer/Methods/DebugAdapter.pm
in lib/Perl/LanguageServer/Methods/DebugAdapterInterface.pm
in lib/Perl/LanguageServer/Methods/textDocument.pm
in lib/Perl/LanguageServer/Methods/workspace.pm
in lib/Perl/LanguageServer/Parser.pm
in lib/Perl/LanguageServer/Req.pm
in lib/Perl/LanguageServer/SyntaxChecker.pm
in lib/Perl/LanguageServer/Workspace.pm