Peekmo / atom-autocomplete-php

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

Prestashop autoload.php #392

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, Totally new to Atom, I'm trying to make autocomplete work in some project. I've got one in Prestashop 1.6 and i can't have auto complete for core classes :

In the settings of the plugin, I set the Autoloader file field like this : vendor/autoload.php, autoload.php, config/autoload.php

config/autoload.php is the autoload file for Prestashop : https://github.com/PrestaShop/PrestaShop/blob/1.6.1.x/config/autoload.php Am i missing something and / or what I've got to do to get autocomplete work on some PS project ?