Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enabling tabs in xcode? Or lessening the pain of not having them?

I am currently using xcode and I find it's lack of tabs quite disturbing.

I currently use command-shift-d to search through all the files, or ctrl-1 to open the history of files that were recently opened.

It works but I find it less effective than just tabbing through the few files i am currently working on.

Is there any way, third party or not, to enable some sort of tabbed organization? If not, is there any other way to quickly navigate through a subset of files?

like image 823
pbreault Avatar asked Jul 26 '09 16:07

pbreault


People also ask

How do I open tabs in xcode?

You need to open Xcode's Navigation preferences, and for “Navigation Style” select “Open In Place”. The new “inner tab bar” will disappear, and the previous tab behavior (and shortcuts!) will be restored. For Xcode 12.5, you may need to close all windows and reopen them for the changes to take effect.

How do I open multiple tabs in xcode?

Alternatively you can press CMD+T to open a new tab, which will automatically show the tab bar.


1 Answers

XCode 4 now supports tabs. You can enable by selecting "View / Show Tab Bar" menu.

like image 196
Ivan Marinov Avatar answered Sep 28 '22 11:09

Ivan Marinov