PHP文件中的PhpStorm Live Reload

Is it possible to get live edit or live reload sort of functionality in PhpStorm IDE for PHP projects or PHP files?

Like when I use VSCode, you can do it in just few easy steps using Ritwik's extension of Live Server. It's hassle free. Here, it's such a pain. It seems that each page has to be debugged individually rather than the whole project at one go. Also, no PHP live reload/live edit support?

EDIT: The previous posts regarding this request is for older versions of PhpStorm. Reload in browser option no longer seems to be available in the new version. Hence the question.

Try using Update action in Debug tool window toolbar:

enter image description here

does it work for you?