jmfayard
01/09/2017, 9:59 PMnamed arguments▾
crop(top = 0, left=200, bottom=400, right=600)
would make this statement more readable
But since it's a java function, named arguments are not allowed.
Could the IDE displays them nonetheless as it does it in java when the option Inline parameters for litteral call arguments
is set?