开发者

getting eclipse to syntax color php functions

开发者 https://www.devze.com 2023-02-08 15:25 出处:网络
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 us

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 i开发者_如何学Gon dreamweaver

how do i do this in eclipse

note I have eclipse PDT Helios 3.5


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

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消