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.