getting eclipse to syntax color php functions

1.3k Views Asked by At

I want to color native PHP functions in eclipse and differentiate them from user defined functions

so if I type in abs()...I want that color to change and have it of different color compared to a user defined function....similar to how it works in dreamweaver

how do i do this in eclipse

note I have eclipse PDT Helios 3.5

2

There are 2 best solutions below

0
On BEST ANSWER

Have you tried going to File Associations and setting *.php -> PHP Editor manually?

(Sorry, that's under Eclipse -> Preferences -> General -> Editors.)

0
On

turns out that eclipse does not support this....nil