There is something wrong with the static class.
I found it doesn't work with my pre projects, cuz I've been using a lot of static class.
For example: self::bar=new db(); self::$bar->(There is no autocomplete).
And it doesn't autocomplete the static function for example:
class Foo{
static function Bar(){
}
}
Foo::(there is no autocomplete either)
and I can't autocomplete the static class F(no autocomplete)
请先登录再写评论。
I think you're wrong. I've just tested what you said and it worked ok. I'm using phpstorm WI-94.506

Please post all bug reports to tracker http://youtrack.jetbrains.net/issues/WI Before posting - update to latest EAP build and check that your problem is reproducible. Include complete code example in post.