How do I get Chrome extension code to work with JetBrains Live Edit extension during development?
I'm trying to develop a Chrome extension in PHPStorm 8 and I would like for the code to work with the Live Edit feature the way a normal HTML/JS page would. However, I don't know how to configure it correctly so that I don't have to hit Reload
on the Chrome extension page each time I make a change.