enriquepiatti / Magicento

PHPStorm plugin for Magento developers
115 stars 35 forks source link

Enhancement: Ability to run Commands in a VM / Remotely #312

Open timsayshey opened 4 years ago

timsayshey commented 4 years ago

Currently the plugin expects that you are running the Magento2 project on the same system as your IDE. However I am running the project in a VM. It seems like you could run the commands using an eval.php over HTTP the way you are doing it for other operations. Thoughts?