Golang autoreload on Goland (Jetbrains IDE)?

Solution 1:

I had the same question and somebody pointed me to this thread https://youtrack.jetbrains.com/issue/GO-11119#focus=Comments-27-4901631.0-0 which explains a work around to hot reload upon code changes using https://plugins.jetbrains.com/plugin/7642-save-actions plugin.

  • Install Save Actions plugin
  • Navigate to Preferences / Settings | Appearance & Behavior | Quick Lists and create a new one with the Run/Debug option.
  • Navigate to Preferences / Settings | Save Actions and enable Activate actions on save & Execute an action, select Run Configuration).