Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sort File List in Xcode?

Tags:

xcode

Is there a way in Xcode to sort my list of files under say the Classes folder Alphabetically?

I know I can drag them around, but with tons of files that is a pain.

I am surprised I can not right click on the folder and say to sort.

like image 743
kdbdallas Avatar asked Oct 27 '08 05:10

kdbdallas


People also ask

How do I search all files in Xcode?

Find text or patterns in your source code To find text in a file, open the file in the Xcode source editor and choose Find > Find from the menu bar. Xcode displays the Find bar and its search controls at the top of the file. Enter a search term. Xcode searches the file, highlights matches, and notes how many it finds.


1 Answers

Click on the folder, and then click Edit > Sort > By Name

like image 124
Kevin Griffin Avatar answered Oct 10 '22 02:10

Kevin Griffin