suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor
https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
MIT License
268 stars 31 forks source link

Feature Request #94

Closed tir38 closed 1 year ago

tir38 commented 1 year ago

Add option to put each arg on separate line. IntelliJ already has a separate keyboard shortcut to put args on a separate line, but it would be nice to do it all in one command.

oboenikui commented 1 year ago

Hi, @tir38. Thank you for your feature request.

There is already an option to "put arguments on separate lines".

Please see Settings > Editor > Inspections > Kotlin > Fill class on your IntelliJ.

Related PR: https://github.com/suusan2go/kotlin-fill-class/pull/75