brapifra / vscode-phpserver

Visual Studio Code extension to quickly serve your PHP projects :)
87 stars 29 forks source link

Have browser preview automatically live refresh without having to save file and refresh browser #64

Open ariffjeff opened 5 years ago

ariffjeff commented 5 years ago

Having to save your html/css/php file in VS Code AND refresh the browser to make the changes show up is repetitive, annoying, and takes you out of the flow of coding. Can these two changes be implemented?

tiboine commented 4 years ago

Yes, please.

brapifra commented 4 years ago

Is this something you guys would still be interested in having? @ariffjeff @tiboine I left this project a bit abandoned for a while, but I'm now fixing issues and adding missing features :slightly_smiling_face:

ariffjeff commented 4 years ago

Not the end of the world without this feature but it's a really nice-to-have one.

Zhashkha commented 4 years ago

Not the end of the world without this feature but it's a really nice-to-have one.

Agree

sdbxsdb commented 4 years ago

Agree - auto refresh would be a great feature.

Also someway of loading up the current page rather than the cached version the server has. Would save clearing cache each new project.