Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bracket Highlighting in Textmate (javascript)

I have some gnarly functions in javascript that I am using Textmate to edit. I see an extremely short flash of the matching bracket, but it is almost imperceptible if you don't arrow over the bracket repeatedly. Is there a way to make the bracket highlight persistent?

like image 728
Joel Hooks Avatar asked Aug 14 '09 16:08

Joel Hooks


1 Answers

I don't know of a way to make it persistent, but inside the brackets you can hit +Shift+B or go to Edit > Select > Enclosing Brackets to highlight (via selection) everything within the brackets.

like image 188
mipadi Avatar answered Nov 03 '22 11:11

mipadi