Peekmo / atom-autocomplete-php

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

Feature request: don't create `/vendor/` if it doesn't already exist #378

Closed axllent closed 1 year ago

axllent commented 6 years ago

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.