Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4 Show Files With Matching Names shortcut

XCode 4 (I use 4.3.3) has nice feature - in the bottom of most navigator panels (left panel) it has search field where you can write match expression to quick find entity you need. But I have not found any way to switch to this field from code area without using the mouse/trackpad.

Does anybody know a shortcut that calls in Preferences->Key Bindings ?

like image 398
Rostyslav Druzhchenko Avatar asked Nov 28 '22 07:11

Rostyslav Druzhchenko


2 Answers

Cmd + alt + J

Opens the project navigator and highlights the search bar, ready to type.

Cmd + shift + J Just opens the project navigator.

like image 179
Nils Munch Avatar answered Dec 04 '22 10:12

Nils Munch


I use...

Command + Shift + O

This opens a dialog box where you can enter the required file name, it also does match expression.

like image 44
Ash Avatar answered Dec 04 '22 08:12

Ash