Sublime Forum

Sonarlint integrate

#1

shall I able to integrate with sonar lint along with sublime editor

1 Like

#2

Yes Please we are looking for the same.
Can we get sonarlint for sublime?

0 Likes

#3

Looks like it’s a language server. Here’s an example client-integration from emacs: https://github.com/emacs-lsp/lsp-sonarlint/tree/e0a27c07e886a147e2b8750471660af02e142086

The actual server seems to be a .jar file, so you’ll need Java installed to run it.

By installing the LSP package you can set up a connection by-hand in LSP.sublime-settings, or you can build a convenience plugin for other people in the form of a hypothetical LSP-Sonarlint package.

2 Likes

#4

You can see here they offer integration on {intellij, eclipse, vscode, visual studio} but not on sublime_text.

Not sure how difficult would be to integrate with sublime_text though, you can see there are few repos here that could help with such a task https://github.com/SonarSource.

Do you guys know any sublime package to use sonarcloud with SublimeText?

0 Likes

#5

You may try https://github.com/sublimelsp/LSP-SonarLint

0 Likes