Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restrict 'Open Quickly's scope to currently open project in Xcode?

CMD+Shift+O ( ⌘⇧O ) brings up the 'Open Quickly' feature of Xcode. Much like CMD+T in Textmate & Sublime Text 2. Its scope of search seems to include system headers outside of my project.

Is there a way to restrict this scope to the currently open project? I can't find anything in Xcode preferences. This feature would be much more useful if this were possible.

Open Quickly

like image 973
Abhishek Mishra Avatar asked Jul 30 '12 09:07

Abhishek Mishra


2 Answers

Quick open lost its value to me. What you can do until the bug is fixed / scope can be specified:

Use: Cmd + Shift + J

Then type the file you want to 'Quick open'. This is restricted to the files in the project Navigator.

like image 67
Oritm Avatar answered Nov 04 '22 22:11

Oritm


I suspect that the scope is based on which navigator is currently chosen. When I start getting weird results, I go select the project navigator, then try again and get the results I expected.

like image 35
Walt Sellers Avatar answered Nov 04 '22 22:11

Walt Sellers