WebStorm实时编辑不起作用

时间:2012-11-09 13:50:16

标签: webstorm

我已安装WebStorm 5.0.4 + JetBrains Chrome Extension 0.3.11,已检查View -> Live Edit。现在,我正在打开index.html,右键单击,Open in browser。文件由Chrome(file:///D:/Dropbox/index.html)打开,但实时编辑不起作用

Chrome 23.0.1271.64 mWindows 7。选项View -> Reload in Browser未激活,DevTools未激活


我打开了chrome扩展的背景页面,发现了很多错误 Unexpected response code: 400 chrome-extension://omlgoegcnmiikfiapaelkaichppahfkm:1

可能这是问题的原因吗?

4 个答案:

答案 0 :(得分:4)

你可能会尝试这个修复它对我有用,但我在XP上:

下载https://dl.dropbox.com/u/43511007/webide.jar并复制到WebStorm-install-dir / lib(替换现有文件)。

来自:

http://devnet.jetbrains.net/thread/439550?tstart=0

答案 1 :(得分:4)

老兄,如果您有最新版本,请不要这样做。只是:

  1. 关闭Chrome
  2. 关闭webstorm
  3. 启动webstorm
  4. 启动chrome
  5. 点击浏览器中的view->重新加载,并确保查看视图 - >实时修改

答案 2 :(得分:1)

让Live Edit工作!

我在Windows上使用Webstorm,如果您正在使用其他IDE,请自行安装。

修改档案<WebStorm installed dir>/bin/WebStorm.exe.vmoptions

对于Mac OS,请编辑文件/Applications/<WebStorm.app>/bin/idea.vmoptions

只需添加以下单行:

-Drpc.port=53342

然后将插件选项页面中的端口号更改为上述端口。

Live Edit现在可以正常使用。

答案 3 :(得分:-1)