Let's imagine that my cursor is at [0] position and I want to move on to [1] position (the closest parentheses). How can I do that really quick in IntelliJ or any other JetBrains' product?
Of course with CTRL + ARROWS it's fast but I think there is a lack of such shortcut. If not tell me :)
//HTML
<section [0] id="home-icons" class="py-5">[1]</section>
//Java
String param[0]etres = new BufferedReader([1]);