July 11, 2022
SonarQube for IDE: Visual Studio Code v3.6
This release brings initial support for Quick Fixes for Python developers, plus a UI wizard to simplify the connection setup to SonarQube Cloud and SonarQube Server.
SonarQube for IDE in VS Code now offers quick fixes that will effortlessly repair your Python issues before they are committed. You can browse all Python detections providing quick fixes here.
Available when using SonarQube for IDE alone, or in connected mode to SonarQube Cloud, simply hover over the flagged issue to view and apply the proposed quick fix.
This release also delivers improvements to the SonarQube for IDE UI, ensuring a smooth setup process when enabling connected mode to SonarQube Server and SonarQube Cloud for the first time.
Read more in our release notes and community announcement.
April 08, 2022
SonarQube for IDE: Visual Studio Code v3.4
Great news for all C and C++ developers 🗞. SonarLint now supports C and C++ analysis in VS Code!
Install the plugin, point to your compilation database, and start your code analysis. (Currently, CMake builds are supported, more to come!) SonarQube for IDE will detect your coding issues and guide you by suggesting appropriate fixes using intuitive and accurate rule descriptions.
Plus, SonarQube for IDE in VS Code delivers a growing list of Quick Fixes that can automatically fix your C++ issues before they are committed.
Also included with this release:
- 9 new PHP rules to help deliver efficient, error-free and safe regular expressions
- Improved Python analysis though using serialized Typeshed symbols
- Support for TypeScript 4.6
Read more in our release notes and community announcement.