Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Xcode have a navigate to file/class shortcut?

I want something like in textmate where I can quickly navigate to a file or class

like image 928
Blankman Avatar asked Jan 08 '11 12:01

Blankman


People also ask

How do I jump to a file in Xcode?

The default should be ⌘ + Shift + D .

How do I search for a class in Xcode?

Find Text or Patterns in Your Source Code To find text in a file, open the file in the Xcode source editor and choose Find > Find from the menu bar. Xcode displays the Find bar and its search controls at the top of the file. Enter a search term. Xcode searches the file, highlights matches, and notes how many it finds.

How do I find files in Xcode?

Enter the files name in the bottom bar (search field) of the Project Navigator (on the left side), press enter => there it is ;-) Fantastic!


2 Answers

Command-Shift-O displays the "Quick Open" Window.

like image 68
Thomas Zoechling Avatar answered Nov 11 '22 16:11

Thomas Zoechling


The 'Quick Open' shortcut was changed to Command-Shift-o (that's the letter o and not zero) in XCode 4

like image 43
Johnny Oshika Avatar answered Nov 11 '22 16:11

Johnny Oshika