PHP Completion For Base Class Members

How do I get PHPstorm to complete base class members in derived class? For example, I have some code like this:

public class Foo extends Bar {
     ....
}

public class Bar {
     ....
}

Bar has some methods and variables that are used in Foo, and in other classes extending Bar, but I don't seem to get them for completion in the IDE when hitting Ctrl-Space, and the IDE actively marks them as missing (even though when running my webapp, they work just fine).

Everything is marked public, so it should show up, but nothing does. Is there something I'm missing?

1 comment
Comment actions Permalink

0) I can't reproduce problem with given description, see screenshot.
Hcomp.png
1) Please use issue tracker to report bugs http://youtrack.jetbrains.net/issues/WI
2) Please provide full self-contained example with your report.

0

Please sign in to leave a comment.