问题
I see plenty of posts about matching brackets, however not so much love for parenthesis. In Eclipse how do I get matching parenthesis to highlight? I'm working in java and groovy.
回答1:
Open any Java file in Java editor inside eclipse. Put caret just after opening or closing parenthesis. You can see the corresponding matching parenthesis highlighted, but unfortunately the default highlight background and foreground colors are not good.
So change this color in Windows > Preferences > Java > Editor > Appearance color option > Matching brackets highlight
Check this Bracketeer plugin which has many other features along with showing matching brackets. But it works for only C/C++ or Java code not for groovy.
来源:https://stackoverflow.com/questions/43482388/eclipse-highlight-matching-parenthesis