Named parameter or class constructor generator for Kotlin
If you write lots of Kotlin code you might have noticed that it is annoying to write the named parameters when calling functions or when creating a new instance of class.
I found an IntelliJ IDEA plugin named 'Kotlin Fill Class' that does this for you. https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class