What is the way to quick-switch between tabs in Xcode 4

Sagar R. Kothari picture Sagar R. Kothari · Jun 27, 2011 · Viewed 31.2k times · Source

I have opened many tabs while working on project. (new feature in Xcode 4).

But for switching from one tab to other tab, the only way I've found to do this is to use the mouse. Is there any way to switch between different tabs using keyboard shortcuts?

Answer

gsempe picture gsempe · Jun 27, 2011

Shortcuts are:

  • CMD + SHIFT + } - Select Next tab
  • CMD + SHIFT + { - Select Previous tab