views:

88

answers:

3

In every modern day IDE and text editor, there is an action to open a file without putting your hand on the mouse. For example:

  • Eclipse: Cmd|Ctrl+Shift+R -> Open Resource
  • IntellIJ: Cmd|Ctrl+Shift+N -> Open File
  • TextMate: Cmd+T -> Go to File

In Xcode, I have found no such options. Please, please tell me I just overlooked it in my growing frustration.

Is there a "Go to file" or "Open File" shortcut in Xcode?

+2  A: 

Cmd+Shift+D and start typing a file name

Eimantas
"Open Quickly..." Thanks for helping a blind man out!
Mike
+1  A: 
KennyTM
That's pretty slick (the include/import part). Thanks.
Mike
A: 

Alternatively, you might want to have a look at Code Pilot plugin which I've released few days ago: http://macoscope.net/en/mac/codepilot/

kodz