Where to change highlight color for selected occurrences in Eclipse?

前端 未结 4 1327
北荒
北荒 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:49

    If you're using eclipse with PHP package and want to change highlighted colour then there is slight difference to above answer.

    1. Right click on highlighted word
    2. Select 'Preferences'
    3. Go to General > Editors > Text Editors > Annotations. Now look for "PHP elements 'read' occurrences" and "PHP elements 'write' occurrences". You can select your desired colour there.

提交回复
热议问题