get in touch
When people talk about developer experience, the conversation usually goes straight to AI, performance or new language support.
But many of the things that shape everyday work are smaller.
How quickly you move through the IDE without a mouse. Whether information appears where you already work. Whether you need to switch tools just to understand what happened.
Two recent JetBrains updates caught our attention because they focus exactly on that: reducing friction in daily workflows.
One improves accessibility across JetBrains IDEs. The other brings external static analysis results directly into CLion.
Different audiences, different problems – but the same idea behind both.
Accessibility is often misunderstood as something that benefits only a small group of users.
In reality, many accessibility improvements make software easier for everyone to use.
JetBrains has been improving accessibility across multiple areas of its IDEs – from better compatibility with operating system tools to more predictable navigation and richer feedback during development.
One of the practical improvements is support for cursor tracking with Windows Magnifier.
Previously, Magnifier did not reliably follow the text cursor inside the editor, which made navigation harder for low-vision users. JetBrains has now implemented cursor tracking so the experience behaves more like users expect in other applications. This builds on earlier improvements made for macOS Zoom.
Linux users are also getting expanded support. Starting with version 2026.2, JetBrains IDEs are planned to support Orca and GNOME Magnifier in supported environments.
JetBrains is also improving how users move through the IDE without relying on a mouse.
On Windows, pressing Alt now behaves more like native applications and moves focus to the main menu. This creates a more familiar experience for keyboard-only and screen-reader users.
Navigation between larger IDE areas is also evolving. Instead of forcing users to tab endlessly through interface elements:
This creates a more structured way to move through complex interfaces.
Accessibility is not only about reaching controls. It is also about understanding what is happening.
JetBrains is exploring richer non-visual feedback through audio cues. Some of the ideas currently being explored include:
The goal is simple: reduce the need to constantly scan visually for state changes.
The second update comes from CLion.
Starting with version 2026.1.2, SARIF Viewer is available directly in the IDE out of the box.
If your team works with external static analysis tools that export SARIF reports, you no longer need to jump between dashboards, reports and IDE windows. Instead, results can be reviewed directly where development happens.
You can import .sarif or .sarif.json files directly into CLion.
The IDE:
Imported reports remain associated with the project and restore when reopening it. Results can also be filtered, regrouped or re-imported later.
Image 1 – Review SARIF findings directly in CLion and move from analysis to code without switching tools. (Source: JetBrains)
For embedded and automotive teams, static analysis is rarely optional. Standards and frameworks such as:
often depend on external analysis outputs.
The SARIF Viewer moves those results closer to the actual development workflow instead of leaving them inside CI artifacts or vendor dashboards. That means less context switching and faster triage.
These updates are not headline features. They are something quieter – and arguably more important.
Accessibility improvements reduce friction between developers and the IDE.
SARIF Viewer reduces friction between analysis and action.
Different directions, same outcome: less switching, more context and fewer small interruptions during everyday work.