The latest updates on all JetBrains products and topics
Marketing Content Writer in .NET tools at JetBrains
ReSharper 2023.2 EAP 8 has just been published. This one has an exciting update for the decompiler and some improvements to C++ support. Let’s take a look! Assembly diff Resharper 2023.2 provides a way to make a detailed comparison between two assemblies. This feature is especially useful …
It may seem like the Early Access Program for ReSharper 2023.2 reached its peak when we unveiled AI Assistant earlier this week. To anyone thinking that, we say, “Hold on! There are more surprises up ReSharper’s sleeve.” The EAP 7 build has just been released, and it contains a couple of major ne…
The Early Access Program for Rider 2023.2 is in full swing! Earlier this week, EAP 6 introduced AI Assistant to Rider. This time around, we don’t have any big reveals. We’re instead focusing on minor but valuable improvements to existing workflows. Before you download Rider 2023.2 EAP 7, let’s ta…
We’ve reached a huge milestone! ReSharper 2023.2 will be the first version of the product to contain AI-powered development assistance. This EAP build introduces an early implementation of the ReSharper AI assistant – an AI-driven chat specifically designed to answer programming questions and help y…
The Rider 2023.2 EAP 6 build has just been released and this one is a game-changer. It is the first build to include features leveraging the enormous potential of generative AI and large language models (LLMs). We can not wait for you to download Rider 2023.2 EAP 6 and try it out, but before you …
Hello everyone, ReSharper and Rider just got another set of bug fixes for the 2023.1 release! Let’s take a look at the most crucial issues resolved. ReSharper ReSharper 2023.1.3 comes with a fix for a performance issue where ReSharper 2023.1.1 would cause Visual Studio to take an …
The latest installment in our Early Access Program for Rider 2023.2 is here. But before you download this build, let’s go over the most important updates it contains. C# support Support for default parameter values in lambdas As part of our work on supporting C# 12 language updates, we’…
The latest build for the ReSharper 2023.2 Early Access Program is available for download from our website. Let’s take a look at what’s inside! C# support Support for default parameter values in lambdas As part of our work on supporting C# 12 language updates, we’re introducing …
The latest EAP build for Rider 2023.2 has just been released and is available for download! Let’s take a look at what’s inside. Improved navigation from var declarations Rider 2023.2 EAP 4 introduces improved navigation from var keywords. It's common for developers to have a varia…
The third installment in the Rider 2023.2 Early Access Program has just been released! But before you download the EAP 3 build, let’s go over the feature highlights included with it. C# support The C# language support features included in Rider 2023.2 EAP 3 are focused on improving your ex…
The third Early Access Program build for ReSharper version 2023.2 has just been published! Before you download it, let’s take a look at the most important updates you’ll find inside. New C# inspections for working with raw strings Use raw string inspection + quick-fix Before C# …
Despite being a plugin itself, ReSharper serves as an incredible platform for plugin creation. ReSharper’s development team uses the dependency injection approach to design every aspect of the product. That means that any component of ReSharper is like a building block that can be overridden with pl…