We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We would really like to avoid turning:
if foo some_function_call(...) end
Into some_function_call(...) if foo. Would this be possible with a plugin? Feel free to close!
some_function_call(...) if foo