Perl language server for vscodePerforms a really basic static analyze of perl code to provide the following:
Including completion and signature help for most builtin functions The way this is implemented means the following perl program will create a function symbol
I will not parse perl in any way so this is unfortunately a limitation of the current implementation. InstallationAvailable from the VSCode Marketplace. or Prepackaged vscode extension is available from the releases. Download and then open the command palatte in vscode and search for "Extension: Install from VSIX..." and select the downloaded file. From sourceInstall all dependencies:
To package a vscode extension (
You can now run:
DevelopmentRun the watch script:
Should now be able to "debug" the extension with "Run > Start Debugging (F5)" |