A way to automatically organize #imports in Xcode

Posted by Arrel on Stack Overflow See other posts from Stack Overflow or by Arrel
Published on 2009-12-15T05:28:42Z Indexed on 2010/04/26 18:53 UTC
Read the original article Hit count: 174

Filed under:
|
|

I love the "Organize Imports" command in Eclipse to implicitly add and remove classes imported into a source file (as in Java or ActionScript).

Is there a command in Xcode to update the #import directives at the top of.m Objective-C files based on the classes referenced within the file?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about keyboard-shortcuts