Is there a keyboard shortcut for locating the current file in Project Navigator?

XcodeXcode4

Xcode Problem Overview


Is there a way to easily get the current file in the Editor pane selected in the Project Navigator without the need to expand all folders (if the file is buried deep down somewhere)?

I know you can see the location in your project using the "bread crumb" on top op the Editor pane, but I like a functionality similar to the one in Visual Studio...

Xcode Solutions


Solution 1 - Xcode

Right click and choose Reveal in Project Navigator or press + + J

See Xcode 4 Keyboard Shortcuts for more, or better yet, use KeyCue.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionNiels R.View Question on Stackoverflow
Solution 1 - XcodeJanoView Answer on Stackoverflow