Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a keyboard shortcut to clear a filter in the left hand navigators in XCode?

Tags:

xcode

xcode4

I can choose the navigator I want using +1, +2, etc. and I can jumpt to the filter bar using opt++j.

Is there a shortcut that can clear the filter that is better than option-command-j, then command-a, followed by a backspace? enter image description here

like image 259
Brad The App Guy Avatar asked Dec 18 '11 20:12

Brad The App Guy


People also ask

How do I uncomment code in Xcode?

You can comment/uncomment any selected code block with Command + / . Show activity on this post. There's a better way to comment and uncomment code: Cmd + / . It puts // in front of every line, or removes // if it's at the front of the line.

How do I change the shortcut in Xcode?

For Xcode only , you can't change Command + Click to Control + Click. If you want to change your MAC Shortcut Key then you can Change it from Goto System Preference -> Keyboard -> Modify Keys then update your shortcut key according to your preference.

How do I navigate in Xcode?

You can change tabs by clicking on the different icons at the very top of the navigator pane. Each of these navigator tabs are useful tools that you'll eventually learn to use. Some of the most important ones are: Project navigator (folder icon): navigate and change files.


1 Answers

Yes. Just press the Esc key.

"Option-Command-J", "Esc"
like image 93
Andy Avatar answered Sep 19 '22 16:09

Andy