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.
Please sign in to leave a comment.
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.
remy.courteaud How/where can directories and files be excluded?
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
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.
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.
Cardinal solution.
Resetting the cache didn't help me either.
But removing the following storm directories helped:
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.
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
That's odd we use PhpStorm in my company on many different computers with no issues.
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.
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
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.
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
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.
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?
Boa noite meu povo! Eu já perdi tanto tempo com isso toda vez que ia retomar o projeto ficava vários minutos indexando... Não vai adiantar nada vocês irem somente na opção invalidate caches & restart se você não sinalizar como EXCLUDED a pasta /vendor e/ou /node_modules
RESOLUÇÃO: Abra o PHPSTORM e clique em cima da pasta /vendor com o botão direito do mouse, vai abrir um menu e você deve escolher a opção: MARK DIRECTORY AS -> EXCLUDED! Prontinho agora faça o mesmo para o diretório /node_modules
Estarei anexando junto a essa resposta um print de como fazer isso, grande abraço!
Casimiro Rocha.