Code completion for function

Hi!

When I start typing function name (declared by myself) in PHPstorm there is no function name in dropdown list.

Futhermore, using Ctrl+Space and so on also has no effect. Why?

0

Strange, it should work out-of-the-box. What happens when you add "foo();" manually, are you able to go to declaration afterwards?

0

Also, is there any chance that file is located in directory that is marked as "Excluded"?

0

Thank you for trying to help. Run PHPstorm on next day - everything works OK. So it was temporary bug.
I'm just studying PHP, all tools are new, so it's not always clear, where it's bug or where need to go to settings :) Thanks again.

0

请先登录再写评论。