Is there any way to automatically rearrange kotlin...
# intellij
s
Is there any way to automatically rearrange kotlin files in Intellij? E.g. companion objects always at the top, private functions on the bottom etc.
y
no
k
Reformat code doesn't do anything?
Ctrl+Alt+L
or
Ctrl+Alt+Shift+L
for the settings, make sure "rearrange code" is checked.
Ah okay.
s
Ah well. Thanks anyway.