Do not completion base php functions
Answered
Hi there.
I've reinstalled my macOS and the latest PHPStorm version(2017.2.3), and of course, I did export and import PhpStorm's setting from my previous version. But, I have problem, the new 2017.2.3 do not completion php base functions like var_dump, json_encode...., although, after write fully function name I still go to declaration.
With the same setting, I use on my Mac air with version 2017.1.4 still working well.
Please take a look and show me how to fix this issue.
Thank you.
P.s: if you want to me upload my setting.jar, please let I know.
Please sign in to leave a comment.
Hi there,
Please try "File | Invalidate Caches..." and restart IDE -- may help.
It may also depend on actual file content (just a thought though) and even 3rd party plugins.
I suggest:
Great. Invalidate cache and restart.
Thank you very much, Andriy Bazanov.
+1, Thanks !
Thanks for the hints, Andriy Bazano.
Had the same problems, and only
helped. I had two new RDF related plugins installed (LNKD.tech Editor, RDF and SPARQL). After disabling them PHPStorm again recognized php standard functions etc.