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.

0
2 comments

You can use a corresponding Intention Action for this (press Alt+Enter on a method definition).
Screen Shot 2012-05-24 at 15.50.35 .png
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.

0

There's also the corresponding bulk action: Generate/Declare members

0

Please sign in to leave a comment.