Peekmo / atom-autocomplete-php

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

autoload.php not loaded #359

Closed maxiride closed 5 years ago

maxiride commented 7 years ago

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?

maxiride commented 5 years ago

Stale