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.
请先登录再写评论。
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!