This is silly, but when I have something like this
SomethingStupid.Whatever(string a, string b, string c);
And then I break them off like this:
SomethingStupid.Whatever(string a,
string b,
string c);
My code cleanup moves them to that position, when I'd like to see them here:
SomethingStupid.Whatever(string a,
string b,
string c);
For the life of me I can't figure out where this setting exists, any ideas?
You need to change the setting at ReSharper -> Options -> C# -> Formatting Style -> Other -> Align Multiline Constructs -> Method Parameters. Enabling the option will line up you multiline method parameters with each other as you want.
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