Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 799 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 799 Bytes

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.