show file in project panel
when i have a source file open, is there a way to find where that file is on the left (project panel)? in xcode, i can right click inside the file and ask it to show in project panel, which automatically scrolls to and selects the file in the project panel. any help is appreciated.
Please sign in to leave a comment.
Hi there,
Two options:
1) Enable "Autoscroll from Source" in Project View (under "cogs" icon)
2) "Navigate | Select in... | Project View" (Alt+F1, 1)
thanks!