In ST2, jump_prev run as expected. But in st3, jump_prev is deprecated and changed to jump_back.
When performing a function jump, jump to a function or class and then click with a few clicks. The jump_back returns the position of the previous cursor.
In other editors, jump_back returns to the previous function or class.
Returning the cursor position is too unfriendly to use. Please provide a built-in command to jump between functions.
thanks!
(ST3) Is there a built-in command to support function jumps? Jump_back is not good
0 Likes
ctags uses sublime built-in command, in ST2, it was jump_prev. But in ST3, it changes to jump_back, which only support jump back with cursor history. Jump back to previous function built-in command has been deprecated.
0 Likes