Live edit not working on Mac OS
Live edit doesn't seem to work for me. My understanding is that when I edit my html file I should see the changes reflected in the browser. Nothing happens at all. I can't even "Reload in Browser" from PhpStorm. Am I missing something? I am viewing the page on my localhost MAMP web server. Any ideas?
Thanks
Fred
- Live edit plugin enabled
- Enabled live editing
- Enabled element highlighting in browser
- Chrome browser active.
PhpStorm 5.0.1
Chrome
- Version 21.0.1180.89
- JetBrains Chrome Extension 0.3.1
Operating System
Model Name: iMac
Model Identifier: iMac11,1
Processor Name: Intel Core i7
Processor Speed: 2.8 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core): 256 KB
L3 Cache: 8 MB
Memory: 16 GB
Processor Interconnect Speed: 4.8 GT/s
Boot ROM Version: IM111.0034.B02
SMC Version (system): 1.54f36
Please sign in to leave a comment.
Same problem (= nothing happens) here with almost the same setup, except that I’m using Apple’s Apache and a custom build of PHP.
Carsten
I solved my problem.
Because I am normally editing html and css content for Wordpress pages, I generally skip <html>,<head> and <body> tags. Once I add these tags to the html file, everything works as expected. I am passing this along just in case someone else is doing the same.
Fred