Hello VS Code users,
I am happy to announce that the new version 4.11 of SonarLint is now available on VS Code!
We recently introduced AI CodeFix on SonarCloud and SonarQube which helps developers to remediate Sonar issues by generating a fix suggestion thanks to AI technology. It is available in Free Early access for SonarCloud Team and Enterprise plans and SonarQube Enterprise Edition.
To have the best developer experience, we added the possibility of opening the suggestion in the IDE with SonarLint to test and run it locally.
In the IDE, a diff view is populated and you will be able to apply the fix directly from there:
To benefit from this functionality, in addition to updating SonarLint to 4.11, you’ll need to:
- Ensure the project and branch you have opened in the IDE correspond to the one containing the issue you’re generating a suggestion for in SonarCloud or SonarQube.
- Use SonarLint in connected mode
Regarding analyzer capabilities:
- We added 6 new adaptability rules in JS/TS
- 7 new rules related to Pytorch has been added for Python
You can find the release notes here.
Thank you for your continued support!
Alexander