SonarQube for IDE: VS Code 4.44 – Better CodeFix Visibility & 80+ New JS/TS Quick Fixes

Dear VS Code community,

We are thrilled to announce the release of SonarQube for IDE: Visual Studio Code v4.44.

This release is all about making your remediation workflow faster, more transparent, and significantly more powerful for the JavaScript and TypeScript ecosystem.


:test_tube: New in Sonar Labs: Side-by-Side Code Diff Panel

We know that trust is the most important factor when using AI to fix code. Previously, applying an AI CodeFix felt a bit like a “leap of faith.”

We are excited to introduce a dedicated Code Diff Panel, currently available as an experimental feature in Sonar Labs. When you generate a fix using AI:

  • Compare Instantly: See exactly what the AI proposes to change versus your original code in a clear, side-by-side view.
  • Review Before Applying: Spot potential side effects and verify the logic before the changes hit your file.
  • Native Experience: The diff view leverages the VS Code comparison engine for a seamless, intuitive review process.

Get Early Access: This feature is part of our Sonar Labs initiative. We want your feedback to help shape the future of AI remediation! To try it out, head to your extension settings and enable the Sonar Labs “Show Diff” option.


:high_voltage: Massive Update for JS/TS: 80+ New Quick Fixes

We are continuing our mission to automate the “boring” parts of code quality. We’ve added over 80 new Quick Fixes specifically for JavaScript and TypeScript.

These aren’t just minor syntax tweaks; we’ve targeted high-impact rules to help you clean up your codebase with a single click:

  • Modernization: Automatically convert legacy patterns into modern ES6+ equivalents.
  • Code Health: Instantly resolve common “Code Smells” related to variable shadowing, redundant logic, and unused imports.
  • Type Safety: Quick fixes for common TypeScript issues to keep your types robust and reliable.

Check out the full list of JS/TS Quick Fixes here.

As always, you can check out the full, detailed release notes for all the changes.

Thanks for using our extension! If you enjoy these new features, please consider leaving a review. If you encounter any issues, let us know, here in the Community, so we can help.

Happy coding,

Alexander

1 Like