Cannot Find Declaration To Go To In PHP Storm On Ubuntu
Answer :
My problem was that my whole vendor folder had somehow gotten ignored.
To check and fix, navigate to "File > Settings > Project Settings > Directories" and make sure that "vendor" is not excluded.
Sources: http://fuelphp.com/forums/discussion/3943/how-to-setup-code-completion-in-phpstorm
Please try to enable Laravel plugin:
Settings (Preferences) | Other Settings | Laravel Plugin | Enable Plugin for this Project
Or here:
Languages & Frameworks | Php | Laravel| Enable Plugin for this Project
As said on https://confluence.jetbrains.com/display/PhpStorm/Laravel+Development+using+PhpStorm
Comments
Post a Comment