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 :)

    1 answer 1

    For PHPStorm, there is no one solution, unfortunately :( Live edit supports synchronization from the editor in Chrome; the CSS-X-Fire plugin allows you to edit code in Firefox and see the changes in the editor.

    Please vote for WEB-8814 and WEB-9557 for two-way sync requests.