Where is the “Search in Project” context menu item located in Xcode 4?

When you select the text in the code window and right-click it, you will get a context menu with the option "Search in project" for the selected text. (Xcode 3.x)

Does anyone know how I can achieve the same in Xcode 4? Or a keyboard shortcut?

Now I select the text and hold my fingers in the following combinations CMD-C, CMD-CTRL-F, CMD-V, RETURN. Feels like a game on a Playstation ...

Cheers, Niels R.

+3
source share
3 answers

There doesn't seem to be a single keyboard shortcut, but "Use selection for search" (Command + E) may be useful. That is, you can select the text and press Command + E, Command + Shift + F, Return.

+4
source

, . "" 7 . - "". .

+3

Just think that it would be convenient to see this at a glance:

ScreenShot of Xcode

+3
source

All Articles