Peekmo / atom-autocomplete-php

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

how to setup with vagrant box ? #327

Closed michaelnguyen2021 closed 7 years ago

michaelnguyen2021 commented 7 years ago

I am using Scotch-box [https://box.scotch.io/] as my development environment. The host machine is windows 10. I don't know what to put in under Settings ( composer, PHP, autoloader, classmap files)

Tried /usr/local/bin/composer, /usr/bin/php, vendor/autoload.php - none works as I believe Atom dont know about the virtual machine.

Crawleyprint commented 7 years ago

You need to have php and composer installed on your host machine. Other than that, vendor and cache folders must be located in directory shared between host and guest OS.

michaelnguyen2021 commented 7 years ago

it is quite inconvenience and defeats the purpose of vagrant box to some extend.

thanks