Open baseballyama opened 6 months ago
I think you mean the ability to change all non 'named-arguments' style code. That's a great idea! I'll try to include it in the next version.
This is just my personal update, but I implemented auto fixable detekt rule based on NamedArguments
, so now I can add named arguments automatically when I run detekt.
Thank you for the plugin. This is so helpful!
I have a one feature request.
Now I have below code.
Now I would like to convert it to...
Automatically.
Thank you!