Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm live edit doesn't work

Tags:

webstorm

I have installed WebStorm 5.0.4 + JetBrains Chrome Extension 0.3.11, checked View -> Live Edit. Now I'm openning index.html, right click, Open in browser. File is openned by Chrome (file:///D:/Dropbox/index.html) but live edit doesn't work

Chrome 23.0.1271.64 m, Windows 7. Option View -> Reload in Browser is not active, DevTools is not active

Added
I have opened background page of chrome extension and found a lot of errors
Unexpected response code: 400 chrome-extension://omlgoegcnmiikfiapaelkaichppahfkm:1

May be this is the reason of problem?

like image 926
fedor.belov Avatar asked Feb 18 '23 13:02

fedor.belov


2 Answers

you might try this fix it worked for me but I'm on XP:

Download https://dl.dropbox.com/u/43511007/webide.jar and copy to WebStorm-install-dir/lib (replace existing file).

from :

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

like image 162
njorlsaga Avatar answered Mar 10 '23 23:03

njorlsaga


Dude, don't do that if you have the latest version. Just:

  1. close Chrome
  2. close webstorm
  3. start webstorm
  4. start chrome

And click view->reload in browser, and make sure check view->live editing

like image 26
Paul Lan Avatar answered Mar 11 '23 01:03

Paul Lan