Reputation: 118792
In JetBrains IDEs (such as WebStorm) is there a keyboard shortcut to jump to the matching end HTML tag or matching beginning HTML tag?
Upvotes: 13
Views: 2242
Reputation: 4588
There's several options across the Jetbrains suite that all seem like they should work:
All three work as expected in WebStorm. In Rider, only "Move Caret to Matching Brace" works for me (xaml file, Rider 2024.2). Unsure if by design or not.
I prefer "Move Caret to Matching Brace" because I usually am thinking "go to the other side", not "go to whatever specific side".
Upvotes: 0
Reputation: 5233
Yes there is:
In Settings -> Appearance & Behavior -> Keymap
, these are the "Move Caret to Code Block End" and "Move Caret to Code Block Start" actions.
Upvotes: 16