让 Eclipse 能够语法颜色 php 函数
我想在 Eclipse 中对本机 PHP 函数进行着色,并将它们与用户定义的函数区分开来,
因此如果我输入 abs()...我希望该颜色发生变化,并与用户定义的函数相比具有不同的颜色...类似它如何在 Dreamweaver 中工作
我如何在 Eclipse 中执行此操作
注意 我有 Eclipse PDT Helios 3.5
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过转到文件关联并设置 *.php -> PHP 手动编辑器?
(抱歉,它位于 Eclipse -> 首选项 -> 常规 -> 编辑器下。)
Have you tried going to File Associations and setting *.php -> PHP Editor manually?
(Sorry, that's under Eclipse -> Preferences -> General -> Editors.)
事实证明 eclipse 不支持这个....nil
turns out that eclipse does not support this....nil