简体   繁体   English

CakePHP中用于调试和代码完成的最佳IDE

[英]Best IDE for debugging and Code Completion in CakePHP

I am new to CakePHP framework. 我是CakePHP框架的新手。 Does anybody have any experience with a free IDE for Uuntu which can perform code completion and most importantly ability to debug CakePHP code? 有没有人有任何Uuntu免费IDE的经验,可以执行代码完成,最重要的是调试CakePHP代码的能力?

Any responses would be greatly appreciated. 任何回复将不胜感激。

Thanks 谢谢

I would use Netbeans, and I mean, I do use Netbeans. 我会使用Netbeans,我的意思是,我确实使用Netbeans。 It can intelligently work across inherited classes so works very well against CakePHP. 它可以智能地在继承的类中工作,因此可以很好地对抗CakePHP。

http://netbeans.org/ http://netbeans.org/

Updated: 更新:

In addition, now IDE has got a plugin for CakePHP 此外,现在 IDE已经有了CakePHP插件

Sublime Text 3 is the best one in my opinion. 在我看来, Sublime Text 3是最好的。 I have used PhpStorm, Komodo, Aptana Studio 3, Notepad++ and others. 我使用过PhpStorm,Komodo,Aptana Studio 3,Notepad ++等。 All are good IDEs. 一切都很好IDE。 But Sublime Text is giving me auto complete for CakePHP and other features too. Sublime Text也为我提供了CakePHP和其他功能的自动完成功能。 Try it out. 试试看。 You will like it. 你会喜欢它。

See http://mark-story.com/posts/view/code-completion-for-cakephp-in-eclipse 请参阅http://mark-story.com/posts/view/code-completion-for-cakephp-in-eclipse

Netbeans works well for PHP in general, you will get full code completion in Controllers, but couldn't get proper completion in Views to work. Netbeans一般适用于PHP,您将在控制器中获得完整的代码完成,但无法在视图中正常完成工作。 Same in Eclipse, however no code formatting for PHP is pretty n00by. 在Eclipse中也是如此,但PHP的代码格式不是很多。

Debugging PHP generally sucks, I mostly use $this-log() . 调试PHP一般很糟糕,我大多使用$this-log()

I suggest to try Codelobster PHP Edition 我建议尝试使用Codelobster PHP版

It has free debugger and special plug-in for CakePHP autocompletion. 它具有免费的调试器和CakePHP自动完成的特殊插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM