I am used to work on Angular projects where I can simply save my html/css/js change on VS Code and the page reloads automatically with my change. I tried to install the Intellij plugin for live reload, but it doesn't work the same way: nothing is reloaded.
Does anyone know how to fix it?
I've installed both the plugin in my browser and in the IDE.
You need to install JetBrains IDE Support chrome extension:
You also need the LiveEdit plugin for your IDE: go to file -> settings -> plugins -> install jetbrains plugin -> search for "LiveEdit" and install and restart IDE.
Then, from IntelliJ, right click the .html
file and choose "debug".
This should open a Chrome window or tab in debugging session, and all changes updated automatically in chrome.
More info: https://www.jetbrains.com/help/idea/live-editing-of-html-css-and-javascript.html#d163908e138