No autocomplete - invalidate caches failes permanently - what to do next?
I have a small (!) Laravel project in PHPStorm on Windows. Within this project no autocomplete of any kind is working neither for blade nor tailwind or others. Pressing Ctrl blank results in an empty field with an endless spinner.
If i choose invalidate caches (all checked) PHPStorm is not restarting. If I look in Taskmanager it still keeps hanging around with 0-0.5% CPU. If i kill the process after a while and restart problem is still there.
Other projects on same machine do not have this problem.
What could i do to fix the problem?
请先登录再写评论。
It is hard to say anything for sure without checking log files first, could you please collect these? (Help > Collect Logs)
Afterwards, you may submit a YouTrack report or a support ticket with attached logs.
Also, you may upload log files to JetBrains Upload services:
https://uploads.jetbrains.com/
sending logfiles or files is not an option because i can't reveal details.
I solved the problem but just deleting .idea folder and re-open the project folder as a phpstorm project. seems to work now.