visual studio 2010 - How do I adjust the left margin on parameters in ReSharper/VS2010? -



visual studio 2010 - How do I adjust the left margin on parameters in ReSharper/VS2010? -

this silly, when have this

somethingstupid.whatever(string a, string b, string c);

and break them off this:

somethingstupid.whatever(string a, string b, string c);

my code cleanup moves them position, when i'd see them here:

somethingstupid.whatever(string a, string b, string c);

for life of me can't figure out setting exists, ideas?

you need alter setting @ resharper -> options -> c# -> formatting style -> other -> align multiline constructs -> method parameters. enabling alternative line multiline method parameters each other want.

visual-studio-2010 code-cleanup resharper-5.1

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -