KotlinCodeSorter
KotlinCodeSorter copied to clipboard
🔌A simple plugin for sorting kotlin code. 一个可以对kotlin代码排序的小插件.
for example if we have fun x. y. z y call z and z call x so order in the file should be y , z ,x
``` before // xxx // after // // xxx ```
Very good plugin for **Android Studio| Intellij** to arrange Kotlin Code. I wonder if there would be on near future any feature|option to Sort the Code by - Name -...
Hello there, thanks for developing this plugin. Tried to use it, but it seems like only basic things get sorted. I would like to have overridden fun at the top,...