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
请先登录再写评论。
Please use issue tracker http://youtrack.jetbrains.net/issues/WI to report bugs. Include ModelObject source in report.