<@U0B8UKF8R|jmfayard> uploaded a file: <named argu...
# intellij
j
@User uploaded a file:

named arguments

and commented:
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?