Issue
I am using Eclipse. You see this ending curly bracket next to catch(FileNotFoundException fne) {
:
How do I make it more noticeable when I select on starting curly brackets so I can clearly see where it ends?
Solution
From Window > Preferences
, go to Java > Editor
and Select Matching brackets highlight
and pick a color that will stand out and also make sure Highlight matching brackets is checked :)
I changed mine to red and this is what it looks like now.(and I did not have to restart eclipse)
Answered By - Bala R
Answer Checked By - David Marino (JavaFixing Volunteer)