Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the shortcuts in Xcode to show/hide Navigator, Debug, and Utilities?

Xcode has these buttons to show or hide the Navigator, Debug area, and Utilities:

enter image description here

What are the keyboard shortcuts to do the same?

like image 370
Suragch Avatar asked Sep 17 '15 02:09

Suragch


People also ask

How do I switch between tabs in xcode?

CTRL + TAB - Select Next Tab. CTRL + SHIFT + TAB - Select Previous Tab.

How do I change the shortcut in Xcode?

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.


1 Answers

In order to show or hide the Navigator, Debug area, and Utilities, use the following shortcuts.

  • Navigator: Command+0
  • Debug area: Shift+Command+Y
  • Utilities: CommandOption+0

(Those are zeros, not the letter O.)

Here is an image from this article (which itself was adapted from this blog post):

enter image description here

Useful links about Xcode shortcuts:

  • Xcode Efficiency Tips: Keyboard Shortcuts
  • 14 Xcode Time Saving Keyboard Shortcuts - Memorize and Improve Your Productivity
  • 11 Xcode Keyboard Shortcuts to Make You More Productive
  • Menu Command Shortcuts
like image 190
Suragch Avatar answered Sep 16 '22 12:09

Suragch