All my WP builds involve PHP and JS mods, as well as SASS/CSS. It would be helpful if instant reload could be configured to watch these files as well.
At the moment Local does not add enough value for it to be more useful than my existing build environment, which is XAMPP and gulp. Instant reload for php/js would tip the balance.
I am running Live Server and Live Sass Compiler in VS Code. Css changes are handled very well by Instant Reload however, I wonder if I can trigger auto reload on php file changes by adding the local address as a proxy in the Live Server settings. Or is it possible to make Instant Reload also watch for php changes?
This is a huge gap with this feature at the moment. I currently don’t use the live server with local at all because of this. I run it in VS code instead. Not triggering on all files renders this useless to anyone that knows what they are doing. I get that local seems to be targeted to newer JR devs, and that could cause constant breaking changes with PHP files but if that is the case, then make it a boolean or advanced option.