PHPStorm使用实时编辑在Chrome中打开index.php?

时间:2013-03-01 22:06:59

标签: browser live edit phpstorm

刚刚获得PHPStorm,我想知道是否可以使用实时编辑在chrome中运行index.php?我设法让它与index.html一起工作,但php调试只是打开控制台。 任何教程?

1 个答案:

答案 0 :(得分:1)

您无法实时编辑PHP的原因是因为它是服务器端脚本,而不是像JavaScript这样的客户端脚本。因此,您不会在Chrome中看到实时更新;您需要刷新才能获得更新。

PHPStorm确实支持调试PHP,只是以不同的方式: JetBrains PHP Debug Documentation