Eclipse: Turn on syntax-highlighting for Classes and Objects

前端 未结 3 1077
醉酒成梦
醉酒成梦 2021-01-05 01:21

Is there any possibility to turn on the highlighting for Classes and Objects in Eclipse like it is in Visual Studio? At the moment only the Variable names are highlighted.

相关标签:
3条回答
  • 2021-01-05 01:59

    try this

    Window -> Preferences -> Java -> Editor -> Mark Occurrences
    
    0 讨论(0)
  • 2021-01-05 02:00

    Preferences -> Java -> Editor -> Syntax Coloring

    Then just switch on / off what you want highlighted.

    0 讨论(0)
  • 2021-01-05 02:10

    Full explanation here of how to add advanced syntax marking http://www.javalobby.org/forums/thread.jspa?threadID=15586

    0 讨论(0)
提交回复
热议问题