Is there a way to color-code matching parentheses in Eclipse? I am looking for a way to have matching parentheses be a different color when nested, similar to how Excel does it.
Is there a way to color-code matching parentheses in Eclipse? I am looking for a way to have matching parentheses be a different color when nested, similar to how Excel does it.
You can install the "Bracketeer for Java (JDT)" plugin from the marketplace. It highlights brackets depending on what you select in different greys (or red, in case a bracket is not matched):
Curly brackets as well: