Ad
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...
I searched the internet for the solution the only thing I found is
File -> Invalidate Caches
but that doesn't work either! Do you have a solution?
Ad
Answer
- press Shift-Shift to open "Search everywhere"
- Enter "Experimental features" and select the action
- In the dialog that appears, turn off wsl.fsd.content.loader
- save
- Restart PHPStorm
Ad
source: stackoverflow.com
Related Questions
- → PHP Code Style in .htm File in PhpStorm
- → phpStorm command line command points to wrong project
- → PhpStorm highlighting Laravel blade incorrectly on Mac? Was ok on old PC
- → Why can't my web app load this script?
- → Call to a member function getPaginate() on a non-object
- → How to setup PhpStorm to debug OctoberCMS
- → PHP Type Hinting Implementation of Abstract Method - Repository Pattern
- → Autoload issue in PhpStorm and Laravel
- → Is it possible to replace the twig language format of {% %} to: {%- -%}?
- → How to Create a GIT repository for the project on PHPStorm
- → Cant get xdebugger to connect (vagrant laravel phpstorm)
- → Disabling "expression expected" from PhpStorm 10
- → Expression expected in PhpStorm
Ad