Dear VS Code community,
We are thrilled to announce the release of SonarQube for IDE: Visual Studio v4.30!
With this latest release, you can now enable or disable automatic, on-the-fly code analysis.
When automatic analysis is enabled, you get the real-time feedback you know and love. When disabled, the extension stays quiet, allowing you to focus on your implementation. This gives you the best of both worlds.
Why This Matters
We introduced this feature for a few key reasons, based directly on your feedback:
Boost Performance on Large Projects: For those working on massive codebases or complex files, continuous on-the-fly analysis can be resource-intensive. By disabling it, you can ensure a snappier, more responsive IDE experience and reserve analysis for moments when you explicitly request it.
A Smoother Experience with AI Coding Assistants: The rise of AI-powered “agentic workflows” is changing how we write code. Real-time diagnostics can sometimes interfere with these workflows, for example, by flagging a variable as “unused” just moments before the agent was about to use it. Now, you can temporarily disable automatic analysis while your AI assistant generates code and re-enable it once the process is complete for a seamless, interruption-free workflow.
If you want to read more, feel free to reach our documentation.
You can find the full SonarQube for IDE: VSCode release notes here.
Thank you for your continued support!
Alexander

