Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Composer Autoload and Propel #298

Open mitchez20 opened 8 years ago

mitchez20 commented 8 years ago

Dear all, I am using autocomplete heavily especially to find functions from external directories such as Propel . But unfortunately the autocomplete is not always working on those classes that are loaded by composer's autoload. I have not figured out why it sometimes ignores all the classes and returns no suggestions. Do you have an idea ? vendor/autoload.php is correct.

Peekmo commented 7 years ago

Hello,

I have the problem too sometimes on a Symfony2 project, I'll investigate ;)