Skip to content

Intellij IDEA Integration

You can run just directly from Intellij IDEA instead of terminal by defining a "Run Configuration". This can be either generated using just init command or manually.

Manual Configuration

  1. Open "Edit Configurations" dialog from Run -> Edit Configurations
  2. Add "Shell Script" configuration
  3. Set "just run" in the name field
  4. Set "Execute" to "Shell Script"
  5. Set "Script Text" to just run
  6. Uncheck "Execute in Terminal"

Once the configuration is there you can simply execute just run from the Run menu option: