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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

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