PhpStorm does not recognize core PHP. For example, it does not recognize an Exception , while the tooltip says "Undefined class" Exception ".
I tried to invalidate the cache to no avail. I checked the installation of a colleague and they seem to have no problems, and after Ctrl+Clicking in the Exception class it correctly references Core_c.php , which is not suitable for me. It seems like my PhpStorm is not building a PHP plugin / library, and I have no idea why.
I tried reinstalling PhpStorm to the latest version, updating all my packages. I even made sure that the php.jar plugin is actually there, and this:
/opt/phpstorm/plugins/php/lib/php.jar
And the PHP plugin is included in PhpStorm.
Another problem with PhpStorm is that it does not offer function names whenever I type them. Help will be appreciated and I can provide additional information if necessary.
source share