哪个 GNOME LINUX PHP IDE 最像 Windows 中的 phpDesigner?
我正在寻找一个 php 编辑器,可以列出一个脚本中的所有函数以及脚本、函数、类中的所有变量。并计算每个变量的重复次数。并自动完成所有默认函数和用户定义的函数以及变量和常量。并可以搜索和替换一个文件夹中的所有文件。
真的,我对 phpDesigner 很方便,但不想使用 WinE!
感谢您的提前!
I'm looking for a php editor can list all functions in one script and all variables in script, functions, classes. and count repeat of every variable. and auto-complete all default functions and user defined functions and variables and consts. and can search and replace in all files in one folder.
really I'm handy with phpDesigner and don't wanna use WinE!
Thanks for advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您正在寻找编辑器,而不是 IDE - 所以我不是在谈论 Eclipse、Netbeans 或 PHPStrom(顺便说一句,这很棒)。但您应该看看:Komodo Edit。
You looking for editor, and not IDE - so I'm not talking about Eclipse, Netbeans or PHPStrom (which is great BTW). But you should take a look at: Komodo Edit.
Eclipse PHP 怎么样?
http://www.eclipse.org/pdt/
What about Eclipse PHP?
http://www.eclipse.org/pdt/
您应该查看 NetBeans。
NetBeans 支持您需要的所有功能,例如:
等等...
You should take a look at NetBeans.
NetBeans supports all the features you need, like:
and so on...
您可以通过一些技巧继续在 Linux 上使用 PHPDesigner 7 和 wine 。几个月前,我已经使用 PHPDesigner 安装并提交了我在 Linux(当时的 ubuntu 10.10)上的经验 Wine AppDB 中的此处。
You can keep on using PHPDesigner 7 on linux with wine with some tricks. I had installed and submitted my experiences on linux (ubuntu 10.10 back then) with PHPDesigner couple of months ago here in Wine AppDB.
gedit 很棒,你可以添加类浏览器和 zen 编码。
gedit is great, you can add a class browser and zen coding.