How to come back to the previous point ?

已回答

On xcode and AppCode the user can cmd+click on a name of a function or a property to jump directly to his declaration/implementation.

On xcode, after that the user can "go back" with ctrl+cmd+<- or using the small back arrow on top of the editor. I don't find any option to do the same with AppCode. 

0
Avatar
Permanently deleted user
正式评论

With the Default keymap in AppCode: use Cmd+[ or Alt+Cmd+backarrow. 

You can also set Xcode keymap in Preferences -> Keymap and with this keymap you will be able to use Ctrl+Cmd+back arrow to navigate back

Avatar
Permanently deleted user

It is the same on AppCode.  Look under Navigate->Back.  In my AppCode that is ctrm+cmd+back arrow.

 

There are also back/forward arrows in the main toolbar.

0

请先登录再写评论。