Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find declaration to go to in PHP Storm on ubuntu

Does someone have had this trouble on ubuntu - php storm doesn't see the declaration on classes somehow. On Windows system all works well.

like image 421
Paul Seleznev Avatar asked Dec 21 '12 08:12

Paul Seleznev


1 Answers

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

like image 61
Goldentoa11 Avatar answered Sep 21 '22 01:09

Goldentoa11