Sublime Forum

How to fast move between functions in javascript?

#1

Hello.
How to fast move between functions in javascript?
I want on one keybord press - move to next block of javascript code.
For example, i have 3 functions

function a() {
}
function b() {
}
function c() {
}

And i want make 3 keyboard press for fast position on 3d functions.

0 Likes

#2

ctrl+r
down down
enter

0 Likes