/brackets-jump-to-matching

Brackets extension to jump cursor from one brace/bracket/parenthesis to its matching counterpart

Primary LanguageJavaScript

"Jump to Matching Brace" extension for Brackets

Jump cursor from one brace/bracket/parenthesis to its matching counterpart with a quick keyboard shortcut: Ctrl-Shift-[ (Win) or ⌘-Shift-[ (Mac).

  • If cursor is already on a brace/bracket/paren, it will move to the matching counterpart
  • If cursor is not on any brace/brackets/paren, it moves to the opening brace/brackets/paren for the current scope that it is inside

How to Install

Jump to Matching Brace is an extension for Brackets, a new open-source code editor for the web.

To install extensions:

  1. Choose File > Extension Manager and select the Available tab
  2. Search for this extension
  3. Click Install!

License

MIT-licensed -- see main.js for details.

Compatibility

Brackets Sprint 25 or newer (or Adobe Edge Code Preview 3 or newer).