I would like to automatize this task on intelliJ (under Run menu)
I usually have to run this task when I'm changing some code while running my app in debug mode.
I don't want to rebuild / recompile the whole project as some answers suggest but only do this action, is it possible to do it automatically let's say when I save my file ?
I understand that there is a difference between rebuild / recompile and reload, stop me if I am wrong.
There are some similar questions like this one, but none of them answers my question, see: