Search code examples
xcodexcode4xcode3to4

Xcode4, I use to be able to select some text and right click and search on that text in xcode3?


In Xcode 3 I use to be able to select some text, right click and search for that text.

However in Xcode 4 this seems to have disappeared ?

Is there a quick alternative instead ?

EDIT I'd select some source code and it would find all occurences in the rest of the source code.


Solution

  • Select text; cmd-E

    Then Shift-cmd-F; return

    Boom.