PhpStorm code completion doesn't show core classes/extensions

前端 未结 2 1976
独厮守ぢ
独厮守ぢ 2020-12-25 09:50

I\'m having trouble with PHPStorm. I just started new project created a couple of my own classes, in one of them I created PDO object.

$this->cnn = new PD         


        
相关标签:
2条回答
  • 2020-12-25 10:45

    I've solved the issue. File > Invalidate Caches did the trick!

    0 讨论(0)
  • 2020-12-25 10:47

    I had a problem with PHPStorm Code Analysis hanging up (never finishing) on certain files using certain classes. No errors were reported, but all code completion was not working in these problem files.

    The solution was the same, File > Invalidate Caches.

    0 讨论(0)
提交回复
热议问题