在Goland(Jetbrains IDE)上自动加载Golang?

I'm currently using gin to autoreload my app, but I wanted to know if it was possible to autoreload directly from Goland IDE?

this is the command I always use to autoreload:

gin --all --immediate --path . --build .

I have googled for documentation but can't find any info about livereload from Goland IDE.

The "Go Build" run configuration does not have an auto-reload feature (as opposed to the "Go Test" one which does).

You can use the builtin Terminal (ALT+F12), to run the command you mentioned and even use a different tab for that.

If you need this feature, please open an issue on the tracker.