Reputation: 328
I'm working with a huge code base in Xcode, and I want to open a file given its path, eg project1/dir1/dir2/dir3/dir4/dir5/dir6/somefile.mm
Where in Xcode can I go to open a file with its path? Is there a keyboard shortcut?
Upvotes: 0
Views: 1539
Reputation: 19932
Cmd + Shift + O opens a bar where you can type either a filename or a path. It also has suggestions and auto-complete.
Upvotes: 2