I can't find the ability of phpStorm 5 to avoid indexing a specific folder. I don't want to exclude it from the Project-View, just don't want phpStorm to index the containing folders, classes, functions etc.
How is that possible?
Just Go to: File -> Setting -> Directories. Stop all the files that are going to included and need to empty ADD Content Root. Show activity on this post. It resolved my problem.
Indexing in PhpStorm is responsible for the core features of the IDE: code completion, inspections, finding usages, navigation, syntax highlighting, and refactorings. It starts when you open your project, switch between branches, after you load or unload plugins, and after large external file updates.
From their documentation, looks like the only way to achieve this is to Exclude the directory which will hide it from the project tree...
PhpStorm Documentation
To have PhpStorm ignore the selected directory during indexing, parsing, code completion, etc., click the Excluded toolbar button or choose Excluded on the context menu of the selection.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With