December 22, 2022
SonarQube for IDE: Visual Studio Code v3.13
SonarQube for IDE: Visual Studio Code v3.13 brings support for CSS code analysis, enabling developers to write clean front-end code.
Additionally, we have added:
- 6 new JavaScript rules for detecting performance issues in React.
- 6 new rules to cover C++20’s concepts.
- support for Python 3.11
For further details, check out our release notes and community announcement.
November 22, 2022
SonarQube for IDE: Visual Studio Code v3.12
SonarQube for IDE: Visual Studio Code v3.12 delivers improvements to the investigation of taint vulnerabilities.
SonarQube for IDE can now display injection vulnerabilities for the whole project, irrespective of where the issue's sink is located.
In addition, SonarQube for IDE will notify you immediately that SonarQube Server (v9.6 onwards) has detected new taint vulnerabilities in your project.
While taint vulnerabilities are not detected by SonarQube for IDE (this happens in SonarQube Server and SonarQube Cloud), it's now even easier to investigate and fix them.
Plus, we've also added four new quick fixes for Python issues!
For further details, check out our release notes and community announcement.
October 18, 2022
SonarQube for IDE: Visual Studio Code v3.11
SonarQube for IDE: Visual Studio Code v3.11 enhances the connected mode setup experience with a new, simplified authentication process to SonarQube Server.
Together with SonarQube Server v9.7, SonarQube for IDE now offers to automatically generate and securely store the authentication token for you.
Plus:
- Support for TypeScript 4.8 and for PHP 8.2
For further details, check out our release notes and community announcement.
September 29, 2022
SonarQube for IDE: Visual Studio Code v3.10
SonarQube for IDE: Visual Studio Code v3.10 further simplifies connected mode setup for all developers working in a team, plus brings new rules for Python developers!
Using connected mode, SonarQube for IDE will offer to bind your local folders to remote projects analyzed by a SonarQube Server instance, or within a SonarQube Cloud organization, you are connected to. Simply accept or reject the suggestion SonarQube for IDE provides.
Plus, for Python developers:
- 7 new rules dedicated to ensuring the quality of your unit test code.
For further details, check out our release notes and community announcement.
September 28, 2022
SonarQube for IDE: Visual Studio Code v3.9
SonarQube for IDE: Visual Studio Code v3.9 brings tighter integration to SonarQube Server, plus great news for JavaScript and TypeScript developers!
Building upon the enhanced connected mode UI delivered in v3.8, this release adds real-time issue sync from SonarQube Server. Now, an issue suppressed in SonarQube Server will be synced to SonarQube for IDE in seconds, automatically.
Plus for JS/TS developers:
- New rules to detect React-specific bugs and code smells
- Analysis of JS/TS code embedded inside AWS template files in YAML
For further details check out our release notes and community announcement.
August 11, 2022
SonarQube for IDE: Visual Studio Code v3.8
This release delivers further enhancements to the SonarQube for IDE UI, ensuring a smooth setup process when enabling Connected Mode to SonarQube Server and SonarQube Cloud.
The SonarQube for IDE UI delivers step-by-step guidance throughout the entire connected mode setup, including the project bindings.
With Connected Mode to SonarQube Server or SonarQube Cloud enabled, SonarQube for IDE will:
- Use the same quality profile locally
- Sync any file or directory inclusions/exclusions
- Mute any issues already flagged as Won’t Fix or False Positive
Discover more benefits of Connected Mode.
Read more in our release notes and community announcement.
July 14, 2022
SonarQube for IDE: Visual Studio Code v3.7
This release brings new rules and improvements for Java and Typescript developers in VS Code, as well as adding to the growing list of rules for JS and C++.
Introducing 7 new rules to help Java developers build clean cloud-native applications for AWS, and avoid common pitfalls. A description of the new rules can be found here.
Support for Typescript 4.7 - ensuring developers can handle native ECMAScript modules in TypeScript (ESM modules).
In addition, we have embedded the runtime in SonarQube for IDE (currently a JRE 17). This removes the need to download a separate JRE, and reference it in the SonarQube for IDE configuration, for the most widespread platforms.
Plus
- 3 new rules for JS and TS developers
- 2 additional rules for C++ developers
Read more in our release notes and community announcement.
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.