Reputation: 2336
How can I change the PHP variables color in Eclipse? It is very light blue/gray by default. I go to preferences and click on all the editors but doesn't seem it is there.
By the way, I install the Eclipse 3.5.1 with PHPEclipse 1.2.x plugin.
Upvotes: 8
Views: 14174
Reputation: 41
I have eclipse Helios running with 'PHPEclipse' plugin. I was able to resolve similar issue by making sure PHP files open with 'PHP Editor'.
You can set 'syntax coloring preferences' at Window -> Preferences -> PHPEclipse -> PHP -> Tab syntax
Upvotes: 3
Reputation: 91786
I am using Eclipse IDE for PHP Developers version 1.2.x and my path is as follows,
Preferences > PHP > Editor > Syntax Coloring > Variable
Try to download the PHP Development Tools (PDT) instead of PHPEclipse
Upvotes: 8