Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

One-click file opening in AppCode like in Xcode

Tags:

appcode

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.

like image 995
sandalone Avatar asked Jul 02 '15 15:07

sandalone


1 Answers

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

like image 52
empedocle Avatar answered Oct 27 '22 05:10

empedocle