AppCode for code reordering?

Is it possible to use AppCode like ReSharper in the sense that it allows us to reorder the code?

Specifically, I'm looking for a way to reorder and alphabetically order my Objective-C * files while keeping the comments intact.

A plus will be more complex, for example Reshaper allows a custom schema to be, for example, inject initializers first, then protocol implementation, then public and finally private methods.

So far, I have not been able to find any such feature in the current AppCode 3 release.

Any hints are greatly appreciated!

+3


source to share


1 answer


I think you better ask about this in the JetBrains AppCode Forum . I know the developers are following the forum. Not sure how much they control stackoverflow.



0


source







All Articles