Php pdo autocomplete

Hi,
Autocomplete is incomplete for php pdo.

What can I do to make it complete?
For example :
If I have $pdo = new PDO…
Then I will have the autocomplete for $pdo-­­>…
But if I do $query = $pdo-­­>prepare…,

then I won’t have the autocomplete for the $query object, like $query-­>execute().
What should I do to make this work ?
Thank you!
Patrick

Sorry about that Patrick. Looks like there’s a bug in our Code Intel file for PHP and it’s not returning the correct information for us: https://bugs.activestate.com/show_bug.cgi?id=103603

Feel free to comment on the ticket it’s self or add yourself to the CC list. Any new information will be posted to the bug rather than here.

  • Carey