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
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
Configure SonarLint by running Preferences: LSP-SonarLint
from the command palette.
SonarLint can only do linting. It doesn't provide completions, formatting, goto-def or code navigation.