Project index at each startup/load
Hello, for a few weeks I've been observing that phpstorm now performs index each time I load a project. I didn't see that before, and it's quite annoying on big projects (and I constantly switch projects so it's an issue for me). Would you know what could cause this ? I'm on phpStorm 4.0.3 (117.746) Thanks Laurent
Please sign in to leave a comment.
Hi Laurent,
I would suggest using "File | Invalidate Caches..." manually if you have not done this yet.
If that did not helped -- I then would try deleting ALL indexes/caches/generated files manually (this will include indexes/local history/shelved changes/other caches). On Windows 7 it would be C:\Users\USERNAME\.WebIde40\system (backup it up before deleting if necessary) . For other OS's please refer to this document: http://devnet.jetbrains.net/docs/DOC-181
Hey Andriy
"I would suggest using "File | Invalidate Caches..." manually if you have not done this yet."
looks like it worked ! Many thanks ;)
Laurent