How to stop reindex some directories
Hello! I work with project that conatins a lot of files. But i don't change all files. Many directories will not have changes. But when i start phpStorm all these directories are indexed.
Can i disable reindexing and synchronize for thess directories ? And start reindexing proccess for these directories manualy.
Please sign in to leave a comment.
Please provide more details on "phpStorm all these directories are indexed" part.
Ide reindexes all files only if caches are broken.
Otherwise it scans for changes and index only them.
Where are your project files located?
There's no way to make indexing deferred. You can only completely exclude some content from the project.
Tnx. for answer.
Where is phpsotrm save caсhe ?
Part of project is stored on local drive and part on remote drive. I know that remote drive it's not good.
It depends on OS.
By default (unless you specified custom location in PhpStorm_HOME\bin\idea.properties) on Windows / Linux it will be ~/.WebIde10/system ; i.e. C:\Users\USERNAME\.WebIde10\system on Windows 7.
Please also check this document (at least 1st section) for some advices/hints on what may affect the performance and maybe even the behaviour you're having: http://devnet.jetbrains.net/docs/DOC-1253