Stylelint Language Server
July 9, 2025 ยท View on GitHub
To enable Stylelint language support in your IDE, you can integrate the Stylelint-LSP by following these steps:
Step 1: Install the Language Server
-
Open a
.cssfile in your project. -
Click on Install Stylelint Language Server:

-
This will open the New Language Server Dialog with
Stylelint Language Serverpre-selected:
-
Click OK. This will create the
Stylelint Language Serverdefinition and start the installation:
-
Once the installation completes, the server should start automatically and provide Stylelint language diagnostics directly within the IDE.
Step 2: Configure Stylelint
- If necessary, execute
npm install stylelintin your project root. - Create a configuration file.
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:

See Installer descriptor for more information.