Salesforce Apex for SonarLint Visual Studio Code

Hello, the SonarLint for VSCode page says that it supports Apex: See https://www.sonarlint.org/vscode/. I installed The latest version of SonarLint for VSCode. I’m seeing scanns of my javascript, but I don’t see any issues marked on my .cls Apex code. Do I need to do anything to turn it on?

1 Like

Hi @codermmm ,

Our SonarApex analyzer is only available in connected mode. You have to bind your project to a SonarQube server having Apex (enterprise edition), or to SonarCloud.

Also check that you have installed the Apex extension for VSCode.

A post was split to a new topic: Unable to analyze Apex code