Search code examples
phpstormlaravel-8docker-desktoplaravel-sail

Indexing does not stop in Laravel 8 project using Laravel Sail in PhpStorm


I am working on a project created in Laravel 8 Sail and running on Docker Desktop (Windows 10 Pro). The problem is that PhpStorm keeps indexing continuously...

enter image description here

enter image description here

I searched the internet for the solution the only thing I found is enter image description here

File -> Invalidate Caches

but that doesn't work either! Do you have a solution?


Solution

    1. press Shift-Shift to open "Search everywhere"
    2. Enter "Experimental features" and select the action
    3. In the dialog that appears, turn off wsl.fsd.content.loader
    4. save
    5. Restart PHPStorm