Sublime Forum

(ST3) Is there a built-in command to support function jumps? Jump_back is not good

#1

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!

0 Likes

#2

Can anyone help to anwser my questions? Thanks

0 Likes

#3

you could write a plugin to achieve the behavior you want

0 Likes

#4

try to use ctags if working with C/C++ language

0 Likes

#5

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

#6

I have no idea about how to achieve this effect, can you help me?

0 Likes