php - Enable function auto-complete in Aptana Studio for returned objects -


i'm using eclipse plugin of aptana studio , i've set primary project nature php. reason there no auto complete suggestions returned objects. example:

$db = new pdo(...); $db->... //auto complete suggestions listed $var = $db->prepare(...); //returns pdostatement $var->... //no auto complete suggestions 

is possible enable auto complete suggestions returned objects?


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -