Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My PhpStorm 5 does not know php native functions

Tags:

phpstorm

I recently downloaded PhpStorm 5. Everything work fine with verion 4, but now I can not access to native php functions on autocomplete. Functions and classes declared in my project are still there. Any ideas ?

like image 399
Benoit Mariaux Avatar asked Sep 22 '12 09:09

Benoit Mariaux


1 Answers

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

like image 52
CrazyCoder Avatar answered Oct 18 '22 22:10

CrazyCoder