Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPStorm not indexing include paths set in project

Tags:

phpstorm

After I give an include path to my new project, PHPStorm doesn't index that directory.

I added the PHPUnit directory, but have no autocompletion for its classes.

like image 431
VuesomeDev Avatar asked Nov 16 '12 20:11

VuesomeDev


1 Answers

Note: this solution will delete the cache, including local history, for all projects. The indexes will be rebuilt next time you open a project but the local history is gone forever. With that said...

Try selecting File > Invalidate Caches / Restart... from the menu then Invalidate and Restart.

like image 54
Tamlyn Avatar answered Oct 20 '22 07:10

Tamlyn