Skip to content

sublimelsp/LSP-SonarLint

Repository files navigation

LSP-SonarLint

NOTE: Not an official SonarSource extension.

This package contains the SonarLint language server.

To use this package, you must have:

  • The LSP package.
  • Java in your $PATH

Applicable Selectors

SonarLint can lint various file types. The following language IDs are supported:

  • java
  • javascript
  • javascriptreact
  • php
  • python
  • typescript
  • typescriptreact
  • vue
  • html
  • jsp
  • apex
  • plsql
  • oraclesql

Configuration

Configure SonarLint by running Preferences: LSP-SonarLint from the command palette.

Capabilities

SonarLint can only do linting. It doesn't provide completions, formatting, goto-def or code navigation.