In VS 2022, when I press Ctrl + . on a constructor parameter and select "Create and assign field/property", the resulting code is missing spaces around the assignment operator = like this:
_logger=logger
It's not a big deal obviously but annoying to fix manually for unified formatting (defeats the purpose of quick action). Is there a setting somewhere that can fix this?
If you want to avoid to reset all settings: this behavior is controlled by the following setting:

It is set to Ignore spaces around binary operators by default; if you change this to Insert space before and after binary operators the space will be added.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With