Eclipse: make curly bracket more noticeable

前端 未结 4 507
轻奢々
轻奢々 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:47

    Many thanks for tips. Indeed these are helpful. I also find following a convenient way to see how brackets can be matched. if you just want to see where the matching bracket is, use ctrl+shift+p to navigate to the matching bracket. This is especially helpful for those who have used "vi" editor a lot and were used to "%" feature of "vi" to match brackets.

提交回复
热议问题