Why does WebStorm's LiveEdit not work in Chrome?

前端 未结 8 842
醉话见心
醉话见心 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:16

    What helped in my case was activating "Can accept external connections" under the Settings -> Build, Execute, Deployment -> Debugger

    WebStorm Settings


    More details as requested:

    1. Installed the JetBrains IDE Extension for Chrome
    2. Make sure the LiveEdit Plugin is installed and activated (Settings -> Plugins)
    3. Make sure "Can accept external connections" is checked (Settings -> Build, Execute, Deployment -> Debugger) AND Port is the same as in the Chrome Extension
    4. Make sure Update ist set to "Auto in (ms)" e.g. 300 (Settings -> Build, Execute, Deployment -> Debugger -> Live Edit)

提交回复
热议问题