I'm on Ubuntu 16.04 and my composer installation path is '/usr/bin/composer'.
The settings says to write the relative path to the autoload file, my relative path is then
'../../home/federico/Projects/TelegramBotWorkbench/workbenchBot/vendor/autoload.php'
the ../../ is to browse up from the /usr/bin since I have to provide a relative path.
However the autocompletion for classes and objects doesn't work.
The test for the the configuration 'Atom Autocomplete Php : Configuration' is ok.
What's wrong? Did I misunderstood how to setup the autoload path?
I'm on Ubuntu 16.04 and my composer installation path is '/usr/bin/composer'. The settings says to write the relative path to the autoload file, my relative path is then '../../home/federico/Projects/TelegramBotWorkbench/workbenchBot/vendor/autoload.php'
the ../../ is to browse up from the /usr/bin since I have to provide a relative path. However the autocompletion for classes and objects doesn't work. The test for the the configuration 'Atom Autocomplete Php : Configuration' is ok.
What's wrong? Did I misunderstood how to setup the autoload path?