WordPress 테마를 개발하는 동안 브라우저를 자동으로 다시 로드하는 방법은 무엇인가요?

  

2
주제 스타터

Hi, for my WordPress theme developing I am using PHPStorm IDE and it is great! 🙂

However, I am trying to find a solution to auto reload (auto refresh) the browser (I am using Chrome) whenever I am changing the PHP files in my localhost enviorment (XAMPP).

If it is possible to recommend some extensions, add-ons for Chrome/Firefox (maybe also for CSS, JS and HTML).

I want to avoid the F5 and CTRL + F5 refreshing... 🙂

Thanks!

1개 답글
1

For HTML + CSS + JS files the best auto-refresh (+debugging) solution is the original JetBrains IDE support Chrome add-on: CLICK HERE to view the extension.

These are my settings for using it with PHPStorm (screenshot below):

jetbrains support Chrome add-on PHPStorm settings

공유: