C#: Convert variable declaration with default value to 'var' style Jonasdoerr Created August 06, 2024 13:00 Is it possible to auto-convert thisobject? x = null;to that?var x = default(object);I'm using ReSharper 2023.3.4.Regards, Jonas
thank you for contacting us.
We don't have this possibility at this moment.
You are welcome to create a feature request in YouTrack: https://youtrack.jetbrains.com/issues/RSRP
Thank you!
Hi Olga,
thank you for the feedback. I created a feature request here.
Regards, Jonas