.NET Tools
Essential productivity kit for .NET and game developers
ReSharper 2023.1 Starts Its Early Access Program
Hello everyone,
The Early Access Program for ReSharper 2023.1 has just begun with the release of the first preview build. You can download it from the JetBrains website or via the JetBrains Toolbox App.
You may notice that this build is not particularly packed with new features. That’s because we’ve been focusing our efforts primarily on large-scale improvements, the results of which will be visible further on in the release cycle.
Let’s take a look at what you will find in ReSharper 2023.1 EAP 1.
Code inspection
ReSharper will now highlight empty #regions
in C# code and provide quick-fixes for easy code cleanup.
ReSharper now has a code inspection that will suggest replacing span.SequenceEqual("stringLiteral")
with span is "stringLiteral"
– a cleaner and more convenient C# syntax solution than calling a function.
C++ support
We’re working to expand the support for C++20 modules that we implemented during the previous release cycle. In addition to numerous bug fixes, we’ve also ensured that the code formatter now recognizes export
declarations and that the Rearrange Code action supports export
blocks.
Our set of Unreal Engine file templates has some new items! You can now quickly generate templates for both simple and complex Unreal Engine tests. Just go to Solution Explorer and right-click on the preferred project folder to open the Add menu (or use Ctrl+Alt+Insert
).
For more information about the C++ features and improvements in this EAP build, take a look at this dedicated blog post.
The full list of changes included in this preview build can be found on our issue tracker.
Make sure you give ReSharper 2023.1 EAP 1 a try and tell us what you think in the comments below or on our social media.