Answer the question
In order to leave comments, you need to log in
Is it possible to make browser active page reload from PhpStorm?
The eternal problem of a web developer: write code -> switch to the browser -> press F5. Is it possible to reload the active browser page while in your favorite IDE? I use PhpStorm + FireFox + Chrome under Linux.
Thanks in advance for your replies.
Answer the question
In order to leave comments, you need to log in
1) for firefox there is a live reload plugin - which monitors file changes and reloads the page. https://addons.mozilla.org/ru/firefox/addon/livereload/
2) for phpstorm there is a live edit plugin - displays html, css changes without reloading the page, refreshes the page when js changes (works only in chrome) www.kobzarev .com/soft/liveedit-in-phpstorm.html .
3) you can refresh the page using nodeJs + grunt + live reload plugin https://github.com/gruntjs/grunt-contrib-watch#opt... .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question