One-click file opening in AppCode like in Xcode
Asked Answered
D

1

7

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.

Dianemarie answered 2/7, 2015 at 15:59 Comment(1)
Hi, what do you mean by, non-OS-X? Doest it mean, you can make an iOS app with AppCode in Windows OS too. ?Harper
K
13

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

Kuehn answered 4/7, 2015 at 10:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.