Friday, December 31, 2010

Sort files in Xcode

Looking for a file in Xcode's file manager is frustrating because the Groups and Files in the project window does not keep the project's files sorted.  There is however a way to sort these files.  Follow these steps:
1)  Select the folder you want sorted
2)  Go to the Edit menu and you'll see a Sort->By Name
3)  watch the files get sorted!

There is no automatic sorting so you'll have to do this whenever you add a file.  Of course if you are looking for a file to open, you should use Open Quickly (ctrl-shift-d) to open a file quickly.

No comments:

Post a Comment