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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

javascript - Chart.js - setting tooltip z-index -