Having file: ``` php namespace A\B; class B { public function test(){} } $b = new B; $b-> ``` won't show any completion
Having file:
won't show any completion