Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4: Open arbitrary files in assistant editor

Is it possible to open a file that is not part of any project in the assistant editor? Open Quickly can open files in the assistant, but only searches the project itself. If I open an outside file in Xcode, it gets a new window that cannot access the project in its assistants.

like image 868
Gauchi Avatar asked Jun 07 '11 11:06

Gauchi


People also ask

How do I open the assistant editor in Xcode?

You can open the 'Assistant Editor' in Xcode by clicking the button with two circles in the top right, or via View > Assistant Editor > Show Assistant Editor.

What is the use of assistance editor in Xcode?

What is the Assistant Editor in Xcode? The Assistant Editor in Xcode is a second editor that automatically displays files that Xcode determines are most helpful to you based on the work you are performing in the primary editor. It's been used a lot in the Objective-C days where MyClass.

How does Xcode choose assistant?

You can still ctrl+drag from storyboard to the class by the Adjust Editor button in the upper right of the storyboard. Then just select Assistant Editor on the list.


1 Answers

With the assistant editor open, drag the file from the left-hand list onto the Jumplist at the top of the assistant editor (where the currently open file is).

like image 171
whostolemyhat Avatar answered Nov 15 '22 04:11

whostolemyhat