I want to use Live Edit in Webstorm.
I have the following configuration:
- Webstorm 8
- PHP App with Zend Framework -Test Server created with Vagrant on remote LAN Host, DNS configured to "subdomain.localhost" in hosts file
Changed Files are deployed via FTP to Vagrant VM
I configured the Debug Configuation with the "Javascript Debug" default and set the URL to "http://subdomain.localhost"
I enabled "Live Edit" in "Menu->View"
- I checked "Enable live editing" and "Highlight current element in browser..." in "Settings->Live Edit"
Now the problem is that the views of the zend implementation "*.phtml" aren't updated on change, but element highlighting is working on the rendered views.
Also if i change css or javascript in public folder, nothing updates live.
So my question is, how do i configure this environment properly, so the live editing works with html, css and javascript.
thanks in advance!