simonsteele / pn

Programmer's Notepad
373 stars 115 forks source link

feature request - highlight closing/beginning brace/bracket/parentheses #139

Open stanzieg opened 7 years ago

stanzieg commented 7 years ago

Current implementation is to highlight all brace/bracket/parenthesis that are identical to the selected character. I find it a much more useful feature to identify the matching opening or closing brace/bracket/parentheses. When an opening or closing (usually closing in my experience) character is omitted it is often hard to spot. The ability to highlight the next or previous of each character is very useful.