What's new in ReSharper 2026.1
Out-of-Process mode improvements:
Peek Actions support
Target framework context switch support
Navigate to Object Browser support
NuGet Browser operation restored for package management tasks
Search for templates in the Templates Explorer window
Configurable syntax style for empty string assignments.
Generate Partial Members supports generating partial definitions
Integrated decompiler improvements:
Support for C#14 user-defined compound assignment operators
Initial C#14 extensions support
Parameterless struct constructors support
New features in C++:
Support for new language features:
C++26/C23: the
#embedpreprocessor directiveC++23:
bfloat16_t,float16_t, andfloat128_tfloating-point typesC2Y (the upcoming C standard): the
_Countofoperator
Auto-import for C++20 modules
Unreal Engine:
Blueprint support:
BlueprintPureand event implementations in Code Vision, improved Blueprint search accuracy, and Find Usages for delegate properties.Indexing Unreal Engine plugins is now enabled by default.
The bundled clang-tidy binary has been updated to Clang 22.
Postfix completion now works for primitive types, literals, and user-defined literal suffixes
New code inspections in 2026.1 EAP 6
New inspections in C#
Async method without 'await' operators (async Task method override without 'await' operators)
Async method without 'await' operators (async Task method without 'await' operators)
Async method without 'await' operators (async void method override without 'await' operators)
Async method without 'await' operators (async void method without 'await' operators)
Use 'ArgumentException.ThrowIfNullOrEmpty/ThrowIfNullOrWhiteSpace'