Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.67 KB

File metadata and controls

39 lines (21 loc) · 1.67 KB

Perl Language Server

To enable Perl language support in your IDE, you can integrate the Rust Perl Language Server by following these steps:

Perl LS demo


Step 1: Install the Language Server

  1. Open an .pl file in your project.

  2. Click on Install Perl Language Server:

    Open file

  3. This will open the New Language Server Dialog with Perl Language Server pre-selected:

    New Language Server Dialog

  4. Click OK. This will create the Perl Language Server definition and start the installation:

    Installing Language Server

  5. Once the installation completes, the server should start automatically and provide Perl language support (autocomplete, diagnostics, etc.).

Step 2: Configure the server

You can also configure the server with the same settings as VSCode:

Configure Language Server

Troubleshooting Installation

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:

Installer tab

See Installer descriptor for more information.