To enable Perl language support in your IDE, you can integrate the Rust Perl Language Server by following these steps:
-
Open an
.plfile in your project. -
Click on Install Perl Language Server:
-
This will open the New Language Server Dialog with
Perl Language Serverpre-selected: -
Click OK. This will create the
Perl Language Serverdefinition and start the installation: -
Once the installation completes, the server should start automatically and provide Perl language support (autocomplete, diagnostics, etc.).
You can also configure the server with the same settings as VSCode:
If the installation fails, you can customize the installation settings in the Installer tab,
then click on the Run Installation hyperlink to reinstall the server:
See Installer descriptor for more information.





