generating method question
Hi,
when I generate a method, is there any way that I can get it to also put the method signature into the public interface, or private interface? and choose to also put the method at the bottom of the file..
this is about the last thing I end up doing manually with appcode these days.
Please sign in to leave a comment.
You can use a corresponding Intention Action for this (press Alt+Enter on a method definition).

It also works the other way round - from the declarationin the @interface.
Intention Actions is a very powerful fearure, see the list of available intentions in Preferences->Intentions.
As for the method placement, please vote for http://youtrack.jetbrains.com/issue/OC-1050.
There's also the corresponding bulk action: Generate/Declare members