.NET Tools
Essential productivity kit for .NET and game developers
ReSharper 2023.1 EAP 3 Is Here!
You can download the latest ReSharper 2023.1 Early Access Program build from our website. Let’s take a look at what’s inside.
CSS support switched off by default
With little demand for CSS in ReSharper, we found it increasingly hard to prioritize keeping up with the latest versions of the language. We therefore decided to put CSS support on hold until we can find a better way to support the language.
Starting with ReSharper 20231.1 EAP 3, CSS support will be disabled by default. If you still want to use the language, you can re-enable it here: ReSharper | Options | Environment | Products & Features | the “CSS Language” checkbox.
C++ support
ReSharper 20231.1 EAP 3 comes with a bunch of improvements to C++ support. Here are just a few of the highlights:
- Call tracking hierarchy for incoming calls.
- Support for C++23 features: deducing
this
,auto(x): decay-copy
, labels at the end of compound statements, and optional empty parentheses in lambdas. - A new option to sort
#include
directives alphabetically.
You can find out more from this dedicated ReSharper C++ blog post.
For the full list of improvements and fixes that made it into the latest EAP build, please check out our issue tracker.
That’s it for now! As always, we’d love to hear your opinions and suggestions in the comments below.