Search code examples
xcodekeyboard-shortcuts

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?


Solution

  • 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: