KotlinCodeSorter icon indicating copy to clipboard operation
KotlinCodeSorter copied to clipboard

🔌A simple plugin for sorting kotlin code. 一个可以对kotlin代码排序的小插件.

Results 4 KotlinCodeSorter issues
Sort by recently updated
recently updated
newest added

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,...

enhancement