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
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 ?