2013-07-18 48 views
0

我真的不明白爲什麼,但儘管PHP在許多網站和服務器端應用程序中使用,但仍然沒有找到像其他語言一樣具有完全自動完成功能的體面IDE具有。Php IDE內部對象AutoComplete

特別是我在我的代碼中籤署了一個新對象後,我正在談論自動完成。

例如:

<?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.. 

?> 

任何想法,一個IDE,真正知道如何做的工作像Eclipse知道Java和MS工作室在.net知道?

+0

科莫多編輯,Eclipse – Orangepill

回答

0

我會推薦使用JetBrains的PHPStorm。他們製作出具有驚人功能的優秀產品。我多年來一直在使用它,並且沉迷其中。

+0

哇..這真的是我夢寐以求的一切:) –

0

Netbeans也是一個選項,它具有自動完成功能並且是免費的。