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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -