35

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?

LeMike
  • 3,195
  • 5
  • 25
  • 35
  • 2
    This sounds more like a google request than a real question, see http://devnet.jetbrains.net/message/5279592 – hakre Oct 17 '12 at 11:59
  • Agreed with above comment, see also http://youtrack.jetbrains.com/issue/IDEA-23537. – CrazyCoder Oct 17 '12 at 12:15
  • 7
    still, google got me here and I was about to ask a similar question. At least with the same outcome – Jamie Hutber Oct 28 '13 at 14:48
  • 10
    on-topic: `software tools commonly used by programmers`. moreso since phpstorm, webstorm, pycharm and intellij all usually have very similar interfaces, behaviors, problems and solutions. – worc Oct 02 '14 at 17:35

1 Answers1

36

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.

JamesHalsall
  • 13,224
  • 4
  • 41
  • 66