Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中遇到 Java 的语法着色问题。我正在尝试更改 Eclipse 中 Java 修饰符的文本颜色(如公共、受保护、私有),但 Eclipse 的偏好让我将所有不是“返回”的关键字更改为一种颜色。我正在尝试这样做,因为我的修饰符和返回类型彼此相邻,我希望它们是不同的颜色。任何帮助将非常感激。谢谢!
据我所知,这是不可能的,这很奇怪,因为 PHP 可以(默认主题有绿色表示公共,芥末黄色表示受保护,红色表示私有,我喜欢 Java)。
我也尝试过主题,但似乎只有 Java 的一种选择。
您只能更改在 Windows>Preferences>Java>Editor>Syntax Coloring 下找到的那些修饰符包含在组“Keywords exclude 'return'”中。只有修饰符没有单独的组。