Search code examples
xcodekeyboard-shortcutsswift-playground

Keyboard shortcut between two playground files of xcode


I have couple playground files to work at same time. Is there any shortcut to switch in these playground files of Xcode?

Many thanks.


Solution

  • There's multiple ways to realise this. The first way is to use Cmd+` to swap between instances of Xcode.

    You can also open a new tab inside your playground by using Cmd+T.

    You can then swap between the tabs using:

    Next tab: Cmd+Shift+}

    Previous tab: Cmd+Shift+{