I am exploring WebStorm\'s trial version and would like to use the LiveEdit features.
I am not able to use the LiveEdit features after performing the following actions
I couldn't make Chrome and Webstorm to link with each other. Chrome plugin was set to 63343 port or something like that. I am on Windows. I opened command line with administrator privileges and typed:
netstat -a -b
to see all programs and ports they are listening to. I then found first entry regarding WebStorm.exe and saw that it was listening on port 30897. I set that port number in my chrome plugin options, and everything worked.
Turning off the automatic connection configuration from Internet Explorer properties worked for me smoothly. IE is the boss.