Enable IntelliJ hotswap of html and javascript files

前端 未结 5 1580
渐次进展
渐次进展 2020-12-05 08:17

I\'m fairly new to IntelliJ and I\'m using it to develop an AngularJS / Java web application. When I make changes to HTML or JavaScript code, I always have to restart the ap

5条回答
  •  鱼传尺愫
    2020-12-05 08:28

    Also, a keyboard shortcut(e.g. Ctrl+F5 or Cmd+F5) to "Run -> Reload changed classes" might come handy. It helps me to save changes multiple times and then restart the server when I'm done (unless using JRebel :)

提交回复
热议问题