3 Replies Last post: Feb 3, 2012 3:59 PM by Andriy Bazanov  
Anton Potekhin Newbie 6 posts since
Jan 21, 2012
Currently Being Moderated

Feb 3, 2012 11:48 AM

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.

Alexey Gopachenko JetBrains 1,294 posts since
Aug 22, 2002
Currently Being Moderated
Feb 3, 2012 12:57 PM in response to: Anton Potekhin
Re: How to stop reindex some directories

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.

Andriy Bazanov Expert 1,249 posts since
May 28, 2010
Currently Being Moderated
Feb 3, 2012 3:59 PM in response to: Anton Potekhin
Re: How to stop reindex some directories
Where is phpsotrm save caсhe ?

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

More Like This

  • Retrieving data ...