My PhpStorm 5 does not know native php functions

I recently downloaded PhpStorm 5. Everything works fine with verion 4, but now I can’t access the built-in php functions on autocomplete. Functions and classes declared in my project still exist. Any ideas?

+5
source share
1 answer

Try File| Invalidate Caches , also check that the PHP interpreter is configured for the project ( File| Settings| PHP, Interpreter ).

+7
source

All Articles