My understanding (someone else correct me if I'm wrong), is that within any IDE environment (on a given host), you'll need to use a "deploy" function, in order to test your code on another host.
What I mean is, a vagrant VM is another host (accessible via SSH). So, if you're working locally on an IDE, the source code (locally) needs to be sync'ed to the remote host. And the IDE's that I've seen has a "deploy" function which allows you to do that. However, to execute, i.e. "run" your code, you can only use the console (through the IDE). So my guess is, you can't develop code locally, and run it remotely (as if it was locally on the IDE). Hope that help. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/ee4f0012-66ad-4238-9453-727342ca8206%40googlegroups.com.
