PhpStorm keeps indexing over and over again

Answered

PhpStorm keeps reindexing over and over again.

Tried to restart the app, but wouldn't solve the problem.

46 comments
Comment actions Permalink

I'm still having this same problem. The darned thing keeps indexing, and it's starting to drive me a little nuts. I updated to 2020.1.2 this morning, but it's still doing it. I'm in the middle of typing some code, and I don't see it on the screen. Then I look down and the thing is indexing again. Why? I've done the invalidate caches, deleted the .ideas directory.... I'm on MacOS 10.15.4. 

0
Comment actions Permalink

remy.courteaud How/where can directories and files be excluded?

0
Comment actions Permalink

Pweil2 Maybe try to mark files or directories as excluded that don't need to be analyzed (like logs or builds).

On mac => Right click => mark directory as => excluded

Or through settings => Settings => Directories

0
Comment actions Permalink

Rémy

Thanks, I'm giving this a try. But some of my exclusions are just guesses. Does JetBrains have a general recommendation for excluding files in certain kinds of projects (mine is a Laravel/Vue app). I've been using PHPStorm for several years, and have never come across this problem before.

0
Comment actions Permalink

Pweil2 When I had the indexation issue (long time ago) the indexation wouldn't stop for a second. I guess if that's your case to there might be something else going on... Also I guess it depends on your computers CPU and RAM. In my projects (Symfony/ Webpack) I exclude all vendor directories, logs directories, and build directories (JS that constantly gets recompiled during developpement) because they will cause a lot of reindexation and I don't need IDE analysis (syntax and stuff) on these.

0
Comment actions Permalink

Cardinal solution.
Resetting the cache didn't help me either.
But removing the following storm directories helped:

  • BEFORE DELETING, MAKE A BACKUP OF DIRECTORIES DATA!
  • If you keep your projects there, do not delete project files!
  • After removing, I lost some PHPStorm settings, but for that I can continue working on the project.
  • C:\Users\{UserName}\PHPStorm ...
  • C:\Users\{UserName}\AppData\Local\JetBrains
  • Be careful
0
Comment actions Permalink

This is incredibly surprising that the indexing issues have been persisted for 6years. I feel sad that I recommended buying this product in my company and now everyone in my team is just frustrated with this indexing issue despite having the latest version installed. All I see everywhere is "Invalidate Cache and Restart" but it does not work. Some solutions say Exclude the directories but still indexing happens every time. I have to keep the indexing program running overnight so that I can use the IDE next morning.

Sad part is if you don't index then Search doesn't work either.

1
Comment actions Permalink

There are no perfect products. PHPStorm the best I've seen and not expensive.
And the problem can be solved, described in a previous comment

-1
Comment actions Permalink

That's odd we use PhpStorm in my company on many different computers with no issues.

0
Comment actions Permalink

Garad U, please contact support whenever you have issues, we can't fix a problem we are not aware of. Submitting your logs (Help | Collect Logs and Diagnostic Data) via Help | Contact Support is a good way to start. Thank you.

-1
Comment actions Permalink

THIS FIXED IT FOR ME (MAC User)

The problem was that my projects were under the "Documents" folder. I moved them in my home folder and that fixed it.

I can't believe I was plagued by this problem for months and the solution was so simple.

why? (my speculation, didn't do proper research)

In recent macOS, Apple did something to protect some folders like Desktop, Downloads, Documents (you surely noticed that asks permissions for apps accessing files in those folders). This something probably causes the problem, as PhpStorm maybe isn't able to read its files in some edge case. Don't know why it happened only with PhpStorm and not WebStorm for example, maybe someone will explain the correct reason and everything will be clear

 

6
Comment actions Permalink

An alternative to the above without moving your folder is to grant the Rider application "Full disk access" in System Settings -> Privacy & Security. This worked for me in JetBrains Rider (I have not tested PHPStorm though, but I assume it would work as well), however similarly to the above, it doesn't happen in WebStorm.

1
Comment actions Permalink

Invalidate cache/restart is a workaround, not a fix. If may fix it for a while, but it always goes back to reindexing everything everytime I reopen a project...thinking about switching to other tool because of this, causes too much load and slowness

0
Comment actions Permalink
Matttzu1, there were some issues with indexes consistency in 2022.3, but they are supposed to be all fixed in 2023.1. Please check how it goes there for you: https://www.jetbrains.com/phpstorm/nextversion/
Please note that it's expected that PhpStorm will index all projects anew when you install it - we always do that on major upgrades.
0
Comment actions Permalink

Nope still not working. Upgraded last evening, it reindexed everything, this morning I start same project and again it indexes everything....SSD killer, time killer, nerves killer.

1
Comment actions Permalink

Matttzu1, could you please share the logs (Help | Collect Logs and Diagnostic Data) using our uploading service, and also specify the name of the affected project?

0

Please sign in to leave a comment.