How to search for file inside Project view
I am tying to figure out how to find a file inside the project view (View -> Tool Windows -> Project).
I tried with cmd+F but it only searches in already opened folders. Is there a way to search through all the files inside a project (by filename) directly from the Project View?
(similar to the way xcode allows you to search via the bottom search bar).
Thank you for any advice.
Please sign in to leave a comment.
Roger,
you can find files and classes using Navigate | Class... / Navigate | File... actions.
For more info about efficient navigation in AppCode, please see the Quickstart guide and our blog.