Rider 2025.1 Is Here: Improved Solution Explorer, New AI Assistant Features, Game Dev Updates, and More!

With version 2025.1, Rider introduces a better way to navigate your codebase, smarter debugging tools, and deeper integrations with the technologies you rely on.

You can download the release build from our website, install it via the Toolbox App, or use this snap package from the Snap Store (if you are using a compatible Linux distribution).

<div class="buttons">
    <div class="buttons__row">
                                            <a href="https://www.jetbrains.com/rider/download/" class="btn" target="_blank" rel="noopener">Download Rider 2025.1</a>
                                                </div>
</div>

Release highlights

Rider goes AI

JetBrains AI Assistant has received a major upgrade, making AI-powered development more accessible and efficient. With this release, AI features are now free in JetBrains IDEs, including unlimited code completion, support for local models, and credit-based access to cloud-based features. A new subscription system makes it easy to scale up with AI Pro and AI Ultimate tiers.

Learn more about JetBrains AI Assistant here

The 2025.1 release introduces major enhancements to boost productivity and reduce repetitive work, including:

Watch this video to learn more about the AI-powered capabilities in Rider 2025.1:

Support for C# 14 preview features and beyond

Rider 2025.1 offers initial support for the .NET 10 Preview SDK, including the preview features for C# 14, such as nameof for unbound generic types, first-class Span<T> conversions, and modifiers on simple lambda parameters.

This release also brings several new inspections targeting common pitfalls and inefficiencies across different C# versions, including:

For a deep dive into the latest language support improvements, check out this blog post.

Remote development on Windows host machines

Rider now supports remote development on Windows hosts via the JetBrains Toolbox App, supplementing the support for macOS and Linux. While Gateway remains available for Linux setups, the Toolbox App is positioned to become the central hub for all remote connections. More information is available in this blog post.

Repository-wide visibility in the Solution Explorer

Rider now includes a Files view alongside the traditional Solution view. This lets you navigate your entire repository from the root, making it easier to locate non-solution files and manage full-stack projects or configuration folders. Read more about this feature here.

Roslyn syntax tree visualizer

You can now explore the syntax tree of your C# code in real time with a visualizer that’s fully synchronized with the editor. It includes node inspection, navigation, and search/filter capabilities. More information here.

Scoped Roslyn quick-fixes

Speaking of improved Roslyn support in Rider. You can now apply analyzer suggestions not just in a single spot but across an entire file, project, or solution with one action. This allows bulk cleanup and streamlines repetitive refactoring.

Debugger enhancements

.NET

LINQ chain visualization: Visualize intermediate results directly in the debugger.

Attach automatically: to child and grandchild processes.

Exception breakpoint configuration: Choose to break only on unhandled or user-code-only exceptions.

C++

Game development

Rider 2025.1 also brings focused improvements for Unreal Engine, Unity, and Godot development:

Noesis framework support

We’ve added support for the NoesisGUI framework for Unreal Engine and Unity projects.

Unreal Engine debugger updates

Native debugger performance in Rider 2025.1 has been significantly improved, with better support for Natvis files, UMETA/UPARAM macros, and an LLDB refactoring that made stepping time in large C++ projects up to 50x faster

Unity Profiler integration

Now, you can view CPU usage snapshots directly inline with your code, and jump between profiler calls and source methods.

Godot enhancements

Hot Reload now works for Godot C# projects, and .uid files are automatically moved during refactorings.

For the whole scope of updates to game development using JetBrains Rider 2025.1, click here.

Web development

Rider 2025.1 brings several enhancements to streamline modern web development:

For more details, see the What’s New in WebStorm page.

Performance

Other noteworthy updates

Tell us what you think

As always, you will find the full overview of enhancements included in the release on our website’s What’s New in Rider 2025.1 page and the full list of resolved issues on our issue tracker.

You may also be interested in checking out the blog posts about the latest updates to ReSharper and .NET Tools

<div class="buttons">
    <div class="buttons__row">
                                            <a href="https://www.jetbrains.com/rider/download/" class="btn" target="_blank" rel="noopener">Download Rider 2025.1</a>
                                                </div>
</div>

We’d love to hear what you think. If you run into issues or have suggestions, please let us know via YouTrack or get in touch on X.