Why does WebStorm's LiveEdit not work in Chrome?

前端 未结 8 829
醉话见心
醉话见心 2021-02-05 04:44

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

相关标签:
8条回答
  • 2021-02-05 05:20

    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.

    enter image description here

    0 讨论(0)
  • 2021-02-05 05:27

    Turning off the automatic connection configuration from Internet Explorer properties worked for me smoothly. IE is the boss.

    0 讨论(0)
提交回复
热议问题