1

It's been asked and answered how to auto fill named arguments / parameters for Kotlin i.e. Is there a way to auto-fill arguments names?

What I am asking here is how to do this for all classes or all in a given package?

I have many callers that need to be backfilled with names and it's not practical to edit them all by hand.

Martin
  • 770
  • 6
  • 22

1 Answers1

0

I wrote an IntelliJ / Android Studio plugin to do this: https://plugins.jetbrains.com/plugin/18248-kotlin-bulk-add-name-params

Martin
  • 770
  • 6
  • 22