in reply to Re: VS Code plugins for Perl
in thread VS Code plugins for Perl
PerlNavigator works with my Strawberry v5.38.0 for MSWin32-x64-multi-thread. Its homepage gives examples of how to set it up for VS Code, Sublime, emacs, neovim, and others... And it is starting to work with an alpha NppLspClient plugin on Notepad++, using the config below:
[lspservers.perl] mode = "io" executable = 'c:\\usr\\local\\bin\\perlnavigator.exe' args = '--stdio' auto_start_server = true
The upsides are that PerlNavigator uses the Microsoft LSP library, so is known to work well on Windows; and it doesn't have difficulties installing module prerequisites, because it's a standalone app, not a Perl-based application or module(s). The downside is, it's not a Perl-based application or module(s) ;-).
|
---|