Get Live Edit to work!
I use Webstorm on Windows, if you are using a different IDE, please attach it yourself.
Edit the file <WebStorm installed dir>/bin/WebStorm.exe.vmoptions .
For Mac OS, edit the file /Applications/<WebStorm.app>/bin/idea.vmoptions .
just add this single line:
-Drpc.port=53342
Then change the port number on the plugin settings page to the port indicated above.
Live Edit should now work.
source share