Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase the length of Xcode's "recent project" list?

Tags:

xcode

I switch in Xcode between working on a lot of different projects frequently (some I'm actively working on, some are old projects where I'm looking up code I want to re-use or quote in SO answers :)), so that part of my "working set" of projects invariably ends up falling off the recent project list. I do use finder tabs for the full working set of current project folders, but I really like the fast switching available using the recent projects list.

Is there a way to increase the length of this list so that I can see more recently opened projects?

like image 599
Bogatyr Avatar asked Feb 23 '11 07:02

Bogatyr


2 Answers

On a terminal window, for XCode 7 and above type the following command: (from Matteo Gaggiano):

defaults write com.apple.dt.Xcode NSRecentDocumentsLimit X

where X is the max number of projects in list.

For XCode version below 7, the following worked.

defaults write com.apple.Xcode NSRecentDocumentsLimit X
like image 118
Ozair Kafray Avatar answered Oct 26 '22 09:10

Ozair Kafray


Do Hit Command + Spacebar   >   Type General   >   Follow the screenshot attached.

2]

like image 29
Amanpreet Singh Avatar answered Oct 26 '22 10:10

Amanpreet Singh