brunetton / bracket-matcher

Jump to brackets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bracket Matcher package Build Status

Highlights and jumps between [], (), and {}. Also highlights matching XML and HTML tags.

Autocompletes [], (), and {}, "", '', “”, ‘’, «», ‹›, and backticks.

You can toggle whether English/French style quotation marks (“”, ‘’, «» and ‹›) are autocompleted via the Autocomplete Smart Quotes setting in the settings view.

Use ctrl-m to jump to the bracket matching the one adjacent to the cursor. It jumps to the nearest enclosing bracket when there's no adjacent bracket,

Use ctrl-cmd-m to select all the text inside the current brackets.

Use alt-cmd-. to close the current XML/HTML tag.

Matching brackets and quotes are sensibly inserted for you. If you dislike this functionality, you can disable it from the Bracket Matcher section of the Settings view (cmd-,).

About

Jump to brackets

License:MIT License


Languages

Language:CoffeeScript 99.1%Language:JavaScript 0.6%Language:HTML 0.2%Language:CSS 0.1%