Does anyone know how I can get Eclipse (w/ StatET) to highlight matching brackets within strings?
For example I have the following in the editor:
"this is a a string (asdf)"
I would like the matching parenthesis to be highlighted when my cursor is over the other one.