Post Made Community Wiki by Community
show/hide this revision's text 4 Updated description of Open Quickly to include the fact that it searches symbols as well as files, and cleaned up section about text caret selection

I'm a big fan of the Open Quickly feature, which is particularly good in Xcode 3.1 and later. When you want to open a file or a symbol definition that's in your project or in a framework, just hit ⌘⇧D, type a bit of the file's file or symbol's name, use the up and down arrows to navigate pick to it the right result (if need be), and then hit Return to open the file or navigate to the symbol definition.

Also, something I didn't know about Xcode until two minutes ago (when schwa pointed it out in a comment) is thatputting , if the editor's text caret in the filename portion is inside of an #include or #import statement, invoking a word when Open Quickly is invoked, and then hitting Return that word will result in the included or imported file being opened, since be used as the Open Quickly dialog will have it selected when it openssearch term.

show/hide this revision's text 3 Added the advice from schwa about using Open Quickly with the text caret inside of an #include or #import

I'm a big fan of the Open Quickly feature, which is particularly good in Xcode 3.1 and later. When you want to open a file in your project or in a framework, just hit ⌘⇧D, type a bit of the file's name, use the up and down arrows to navigate to it (if need be), and then hit Return.

Also, something I didn't know about Xcode until two minutes ago (when schwa pointed it out in a comment) is that putting the text caret in the filename portion of an #include or #import statement, invoking Open Quickly, and then hitting Return will result in the included or imported file being opened, since the Open Quickly dialog will have it selected when it opens.

show/hide this revision's text 2 Re-arranged some text to make more sense
show/hide this revision's text 1