Where to change highlight color for selected occurrences in Eclipse?

前端 未结 4 1350
北荒
北荒 2020-12-23 17:11

When a method or variable is selected it is highlighted in Eclipse with some color. Can anyone advice where to change that color? I\'m working under Windows OS.

4条回答
  •  执笔经年
    2020-12-23 17:36

    Preferences -> General -> Editors -> Text Editors

    Current Line Highlight

    I think you want the above

    else

    Preferences -> Java -> Editor -> Syntax Coloring

    Element -> Java -> Method or Variable

    Check Enable and select color

提交回复
热议问题