Is there an action in the plugin that lets me gene...
# intellij
d
Is there an action in the plugin that lets me generate a constructor based on the superclass constructor? I am used to that from the Java tooling where I can just do "generate constructor" and it will generate one for me. In Kotlin I always have to copy-paste the arguments.