Hello friends! I used to use Sublime and the LiveReload extension, which made it possible to make edits to HTML / CSS files from both the editor and DevTools and then update the code / display in the browser.
For PHPStorm I did not find such a solution. I installed only LiveEdit which allows you to make edits to the IDE and observe their implementation in the browser. I would like a two-way communication - I edit in DevTools -> I observe changes in the IDE.
Please tell me with what tools you can implement this functionality!
PS using Chrome is not important, I can use Firebug :)