Reputation: 4617
I am trying to make my life easier and code more beautiful)
Intellij IDEA
is great IDEA with great engine which is used as core in Android Studio
.
I know about possibilities to arrange code, it has some predefined rules that can be changed.
So I have tried to add some my own rules in order to make rearrangement fit my requirements.
I have already tried to do this myself, but failed.Arrange Your Code Automatically
I need to have following rules with priorities, they are simple.
List according to priorities
I would be very grateful for any help or config files example.
Upvotes: 0
Views: 1506
Reputation: 15821
For rearranging code you can use plugin Rearranger
He allows to you specify settings
I use a style settings from google, it helps for reading documentation.
Upvotes: 2