Since installing this module I've noticed that the /vendor/ folder gets created in every single project I open with atom. I assume this is due to an underlying composer command, however can there please be a configuration that disables atom-autocomplete-php if no pre-existing composer files are found, rather than creating them? Not every project uses composer, especially when working on individual php modules.
Since installing this module I've noticed that the
/vendor/
folder gets created in every single project I open with atom. I assume this is due to an underlying composer command, however can there please be a configuration that disables atom-autocomplete-php if no pre-existing composer files are found, rather than creating them? Not every project uses composer, especially when working on individual php modules.