dubreuia / intellij-plugin-save-actions

Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
MIT License
531 stars 101 forks source link

ability to compile and reload files. #385

Open Ericgzzc opened 2 years ago

Ericgzzc commented 2 years ago

This is a very useful plugin I recently changed from Eclipse and I was missing the recompile when on save here in IntelliJ

I disabled the automatic save on IntelliJ and only trigger when I save the file.

image

I would like to be able to compile the file on save and reload files when debugger is on

essencially check both checkbox, right now I'm only able to check one.

if the Compile checkbox is checked the files are recompiled

if Reload files running the debugger is checked, it compiles the files and reload the classes but if the debbugger is turn off it doesnt compile the files anymore.