Search code examples
phpstorm

How to change color of access modifiers in editor?


In order to improve readability of the code I want to try to assign different colors to public, protected and private keywords (green, orange and red respectively). How to do that?


Solution

  • Currently it's not possible.

    Watch these tickets (star/vote/comment) to get notified on any progress:

    Right now none of them is not on the "to be implemented soon" list (based on "Fix versions" field).