sandalone
sandalone

Reputation: 41759

One-click file opening in AppCode like in Xcode

Can we set AppCode to open a file with one click? The default is two click like on non-macOS systems.

It would be more natural for those used to opening files with one click in Xcode.

Upvotes: 7

Views: 969

Answers (1)

empedocle
empedocle

Reputation: 1932

In the gear menu for your project, select 'Autoscroll to source'. From the documentation:

If this option is on, AppCode automatically navigates from a file (or a class member) selected in the Project tool window to the corresponding source file (or its fragment) in the editor. If the corresponding file is not currently open, it will open automatically.

enter image description here

Upvotes: 13

Related Questions