You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SonarLint is a free IDE extension that lets you fix coding issues before they exist!
7
9
8
10
Like a spell checker, SonarLint highlights Bugs and Security Vulnerabilities as you write code, with clear remediation guidance so you can fix them before the code is even committed.
@@ -31,7 +33,12 @@ To analyze JavaScript and TypeScript, SonarLint will also need Node.js.
31
33
Download and include the main file lsp-sonarlint.el and the folders languages and server.
32
34
33
35
### Melpa
34
-
WIP
36
+
You can then run the following commands to install lsp-sonarlint:
37
+
38
+
```
39
+
M-x package-refresh-contents RET (to refresh your package database)
40
+
M-x package-install RET lsp-sonarlint RET (to install and compile `lsp-sonarlint` and its dependencies)
41
+
```
35
42
36
43
## Usage
37
44
Sonarlint language server relies on java plugins to properly analyze the selected language source code.
0 commit comments