I’d like to run a search on all files in my project. How can this be done in Xcode please?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Xcode 4, as Jano mentioned:
⌘3(Command + 3) will show the Search NavigatorHowever:
⇧⌘F(Command + Shift + F) will open the Search Navigator with focus on the search fieldBoth of these keyboard shortcuts will bring open the panel you need to search in all files. This page on developer.apple.com shows a list of the keyboard shortcuts available in Xcode.
From that reference, the following are the other Find related shortcuts: