Instantly jump between an opening tag/bracket and its matching closing counterpart — and back again — with a single keystroke.
Features
Tag jump — place your cursor anywhere inside an opening or closing tag and press the shortcut to jump to the other end.
Bracket jump — jump between matching {}, (), and [].
Smart string & comment awareness — brackets inside strings, template literals, and comments are never mistaken for real brackets.
TypeScript-safe — pure .ts / .js files skip tag parsing entirely, so TypeScript generics (Array<T>) and type assertions (<Type>value) are never misidentified.
Temporary highlight — the destination is briefly highlighted so you always know where you landed.
Right-click context menu — the command is also available in the editor context menu under Navigation.