我无法理解为什么但是虽然PHP在许多站点和服务器端应用程序中使用,但仍然没有找到任何像其他语言一样具有完全自动完成功能的体面IDE。
特别是在我在代码中签署新对象后,我正在谈论自动完成。
例如:
<?php
$mysqli = new mysqli($host,$user,$pass,$db); //here the auto complete knew how to help me with mysqli and documentation.
$mysqli->query("query"); //here the auto complete didn't know to auto complete and suggest me all the functions available for the $mysqli object..
?>
对于真正知道如何完成Eclipse工作的IDE的任何想法都知道Java和MS工作室在.Net中知道吗?
答案 0 :(得分:0)
我建议JetBrains PHPStorm。他们制作了具有惊人功能的伟大产品。我已经使用它多年并且上瘾了。
答案 1 :(得分:0)
Netbeans也是一种选择,它具有自动完成功能并且是免费的。