Hi! I'm using Kotlin from 1 month but i'm not unde...
# intellij
p
Hi! I'm using Kotlin from 1 month but i'm not understand how to edit the auto generation code position: in Java, when i must override some methods, the IDE autogenerates these methods at the end of the file while in Kotlin ad the beginning; i would like to have same behaviour of Java for Kotlin files.
a
It's not editable, but the generation can definitely be improved, please follow https://youtrack.jetbrains.com/issue/KT-12291 for updates.
p
thank you