php CodeCompletion Problem

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

1 comment
Comment actions Permalink

Please use issue tracker http://youtrack.jetbrains.net/issues/WI to report bugs. Include ModelObject source in report.

0

Please sign in to leave a comment.