php CodeCompletion Problem Follow
Hello,
currently I'm testing your new IDE. And I foiund a problem:
I have this code:
if ( $id === NULL ) {
$object = new ModelObject();
} else {
$object = ModelObject::findById($id);
}
$object-> // Here I have no CodeCompletion...
I hope this can be fixed.
Thanks and greetings,
Urkman
Please sign in to leave a comment.
Please use issue tracker http://youtrack.jetbrains.net/issues/WI to report bugs. Include ModelObject source in report.