Question

Is there a way to search all the file names in my project?

In Xcode the lens on the bottom searches through the names of all the files in the project and it's a very quick and intuitive way to navigate a project you are familiar with.
Is there something similar in Appcode?

Was it helpful?

Solution

The following text was found on the AppCode basic web site.. This practice will definitely helps you to find the files using AppCode IDE within your project.

When working on your own project, you often know which file or class you want to open and edit. The fastest way to do this is to use Go to Class... (Cmd+O) or Go to File... (Cmd+Shift+O).

e.g enter image description here

You can also find excluded project files as well.

Please check this for more details.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top