[MonoDevelop] Formatting method calls

Mike Krüger mkrueger at xamarin.com
Tue Oct 15 13:52:17 UTC 2013


Hi

MD should support both styles - depending on where arg1 is placed.

btw. which version are you using (the master version is much better in 
formatting/indentation than any released version).

Regards
Mike
> I don't see how in the code formatting preferences to control the 
> following. When one has a method with a lot of arguments and they are 
> spread across multiple lines they used to format as:
>
> MethodBeingCalled(arg1,
>                                 arg2,
>                                 arg3);
>
> But now MD wants to do:
>
> MethodBeingCalled(
>    arg1,
>    arg2,
>    arg3);
>
>
> I am agnostic on which is better, but our code was mostly written in 
> the first style and now I find MD wanting to use the second style. I 
> can't see which formatting refers to this indentation difference, is 
> there one?
>
> Matt
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20131015/074f3077/attachment.html>


More information about the Monodevelop-list mailing list