http://ju.outofmemory.cn/entry/70084
具体的实现步骤已经按这篇文章的步骤做了;没有自动刷新效果;
操作系统 win8;
webStorm Live: 8.0.4版本;
重新打开webstorm会有“Built-in HTTP server on custom port 63342 disabled
Cannot start built-in HTTP server on custom port 63342. Please ensure that port is free (or check your firewall settings) and restart WebStorm” 提示;
1.重启出现的提示可以通过在setting里更改默认调试端口避免掉。

2.在WebStorm与Chrome都装好插件且端口没被占用的前提下,是应该通过:右键>Debug,来打开调试文件的。如图

3.如出现端口设置不吻合的情况,则应根据Debug栏提示的实际端口去设置Chrome插件的端口。如图


(所用软件版本:WebStorm 11、Chrome 58)
希望这些能对你有所帮助。