Xcode "link with editor" option?
xcode
Solution
In Eclipse:
what does "link with editor " feature do in Eclipse?
Link with editor is useful when you open many files in your project. When you select a file in the editor, the Project Explorer or the Navigator show you the same file in its document tree.
In XCode, Reveal in Project Navigator Keyboard shortcut is ⇧⌘J
Even right click on the file will give you the option to Reveal.
Problem
There is an option in Eclipse, which when activated, updates the selection in the project navigator, according to currently opened / focused file. In Eclipse this is a button in the project navigator called "link with editor". Is there something similar in Xcode?