如何阻止PhpStorm索引我的“排除”目录?

时间:2018-07-06 11:47:26

标签: php indexing phpstorm

在PhpStorm 2018.1.6中,我有一个目录x,已使用Settings | Directories -> Exclude directory x排除了该目录。 PhpStorm负责处理我排除的大多数目录,但不包括此目录。在我编辑/创建PHP测试时,PhpStorm一直忙于索引该目录。

enter image description here

目录x是导入项目的一部分。

PhpStorm是否有任何理由必须排除排除的目录并对其建立索引?索引过程要花很多时间。

enter image description here

1 个答案:

答案 0 :(得分:2)

尝试的东西(来自Jetbrain团队):

  • 删除Preferences上的“将软件包添加为库”复选框| Languages & Frameworks | PHP | Composer(单击确定保存)。

  • 请确保您没有在include path之后将这些排除的目录添加为Preferences | Languages & Frameworks | PHP

通过重建缓存File | Invalidate Caches / Restart...

当我在include path中列出根项目路径并将其作为错误提交时,我遇到了这个问题。