Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search file names in AppCode

Tags:

appcode

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?

like image 537
Sean Dunford Avatar asked Mar 22 '23 05:03

Sean Dunford


1 Answers

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.

like image 155
Jigar Pandya Avatar answered Apr 29 '23 03:04

Jigar Pandya