As the complexity of the code increases, a number of keys may appear, opening and closing blocks of code, but several times at the end of the code there is a series of keys like this:
}
}
}
}
}
}
Is there any way any shortcut key, to jump from that closing key to the key that opens the code? I usually put a comment on the front telling you where this key belongs
} // fechamento do if(exemplo)
But it passes a lot of code from other programmers that do not have any type of signaling.