Eclipse: make curly bracket more noticeable

前端 未结 4 493
轻奢々
轻奢々 2021-02-02 07:03

I am using Eclipse. You see this ending curly bracket next to catch(FileNotFoundException fne) {:

\"ent

4条回答
  •  渐次进展
    2021-02-02 07:38

    In newer versions (mine is 4.2.1 installed with ADT) you can also select the type of Bracket highlighting to:

    • Matching bracket - you must have cursor right next to the bracket and it will highlight only the corresponding bracket
    • Matching bracket and caret location - same as matching bracket, only it will highlight both brackets
    • Enclosing brackets - highlight both brackets that enclosing the place where your cursor is located

    For my, I prefer Enclosing brackets for better orientation in general with red color as Bala R has shown.

提交回复
热议问题