Reputation: 1258
I have noticed that PhpStorm is indexing all my files even trashed files, and it slows the performance for sure.
My question is how to make indexing only on my project files not the whole files and folders in Ubuntu?
Ubuntu version: 14.04
PhpStorm version: 2016.3.3
Upvotes: 0
Views: 187
Reputation: 165088
Check your "Include paths" in Settings/Preferences | Languages & Frameworks | PHP
.
If you have "."
(dot) entry there -- remove it.
P.S. AFAIK such issue was resolved in PhpStorm 2017.1.
Upvotes: 2