Search code examples
xcodexcode5

Is there a button or keyboard shortcut to “Find Next In Project” in Xcode?


In Xcode, you can use FindFind Next or CommandG to find the next result matching the current search, but only in the current document. Is there a similar command that will find the next search result in a project-wide search? This would be similar to how NavigateJump to Next Issue (Command') works, except for Find results instead of compiler issues. It should jump to the text itself in the editor, not the listing of the find result in the sidebar.


Solution

  • Xcode 8 has this, use ctrl-cmd-G.