Code Completion uses Expression-bodied functions regardless of Code Style settings
With the latest version of Rider I see that when I use Code Completion to create a method, like:

The Intellisense / Code Complete / Resharper or w/e is driving this functionality makes the function as a Expression-bodied function:

This is annoying and I want to to be a normal function as it was before. It makes the code completion rather useless for me.
How can I fix this?
Please sign in to leave a comment.
Hi Cmlewis89!
Could you please check what is set in `File | Settings | Editor | Code Style | C# => Syntax style | Code body | Methods and operations` and choose "Block body" if it does not?
If this is not an issue, could you please attach your settings and `Help | About` info to a new request created from `Help | Contact support` or `Help | Report a bug`? This allows you to attach data privately. Thank you in advance!
Thanks! Followed up here - https://youtrack.jetbrains.com/issue/RSRP-480942
I also added a specific repro scenario that requires a bit of inheritance.
bump here, added comments to the tracking issue:
https://youtrack.jetbrains.com/issue/RSRP-480942