Reputation: 433
How do you see what files are indexed in your project when using PHPStorm. Are all files that are listed under the project necessarily indexed?
I will have cases where files will be overwritten (or added to the project) from outside the IDE and I want to be sure that these files will still be indexed. For example, I do not want to overwrite a file in windows explorer and then not have the changes be picked up in PHPStorm when doing a search or refactoring operation.
Similarly, I want to add files to the project by dragging and dropping them in the Project Tool Window on the left.
Upvotes: 0
Views: 215
Reputation: 589
Try toUse git or any other VCS system. It is incredibly useful for such more routines along yours.
Upvotes: 0