up vote 1 down vote favorite
share [g+] share [fb]

In Windows, when you start explorer, there will be a tree view on left side. After selecting a specific folder / drive when you press *, it will expand all to depth.

I want to do the same in Xcode - after selecting a particular group in Xcode Project, I want to fully expand it.

Is this possible?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

The Mac OS X equivalent for expanding a complete tree view is:

Option-Right Arrow

Condensing it all is:

Option-Left Arrow

Using Left and Right arrow on their own will only do it for the selected directory and not any child directories.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.