简体   繁体   English

Php IDE:PhpStorm与免费IDE(Eclipse,NetBeans等)

[英]Php IDE: PhpStorm vs free IDEs (Eclipse , NetBeans, etc.)

I need a PHP IDE with the essential features for a developer: 我需要具有开发人员基本功能的PHP IDE:

  • validate PHP/JS/HTML5/XML code ( highlight syntax errors ) 验证PHP / JS / HTML5 / XML代码(突出显示语法错误)

  • run/debug a local site, or a single PHP script 运行/调试本地站点或单个PHP脚本

  • run/debug a PHPUnit instance ( PhpStorm can do it, you specify which is the xml configuration to use and you launch PHPUnit from there ) 运行/调试一个PHPUnit实例(PhpStorm可以做到,您指定要使用的xml配置,然后从那里启动PHPUnit)

  • When i run/debug a site or script or PHPUnit, i want to define environment variables which the PHP instance will see. 当我运行/调试站点或脚本或PHPUnit时,我想定义PHP实例将看到的环境变量。 PhpStorm can do it by creating a "Debug configuration" with PHP interpreter options and also environment variables. PhpStorm可以通过使用PHP解释器选项以及环境变量创建“调试配置”来实现。

  • (optional) Debugging PHP remote site (可选)调试PHP远程站点

PhpStorm can do all of the above. PhpStorm可以完成上述所有操作。 Is there a free alternative that can do it as well ? 有免费的替代方法也可以做到吗?

There are two options: 有两种选择:

  1. PhpStorm Early Access Program PhpStorm抢先体验计划
  2. JetBrains for Students JetBrains为学生

However, I highly recommend to pay for it, it's worth every cent. 但是,我强烈建议您为此付费,它物有所值。

For reference, see: 供参考,请参阅:

Also, TANSTAAFL . 另外, TANSTAAFL

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

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