0

hii every one

in xcode 4 where is the option to search a variable in whole project

Kiran
  • 1,289
  • 3
  • 15
  • 25

4 Answers4

2

Command ⌘-Shift ⇧-f and you can type the search text in dialog

Saurabh
  • 22,743
  • 12
  • 84
  • 133
1
  1. Select the variable
  2. Right click
  3. See the option 'Find in Project'
  4. Then click 'As Text'.
  5. Done. :)
ShinuShajahan
  • 1,296
  • 2
  • 11
  • 20
1

Edit->Find->Find in Workspace...

Update: As pointed out in a comment, Find is a top-level menu in recent versions of Xcode, so it's now: just Find->Find in Workspace...

Caleb
  • 124,013
  • 19
  • 183
  • 272
1

See this...

Where did the "Search in Project" context menu item go in Xcode 4?

Community
  • 1
  • 1
ShinuShajahan
  • 1,296
  • 2
  • 11
  • 20