user7804781
user7804781

Reputation: 328

How to open a file in Xcode by its path?

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

Answers (1)

EmilioPelaez
EmilioPelaez

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

Related Questions