lechuckroh / task-intellij-plugin

IntelliJ IDEA plugin for go-task run configuration
14 stars 1 forks source link
go-task intellij intellij-plugin taskfile

Task IntelliJ Run Configuration Plugin

Plugin Downloads

IntelliJ Run configuration plugin for Task.

Requirements

Install from JetBrains Plugin Marketplace

Install Taskfile Plugin by searching Taskfile in plugin marketplace.

Install from source

  1. Build source
    $ ./gradlew build
  2. Copy build/distributions/task-intellij-plugin-*.zip file.
  3. In IntelliJ IDEA Preferences -> Plugin -> Install Plugin from Disk -> Select file from step 2. \

Usage

  1. Open 'Run/Debug Configurations'.
  2. Add Taskfile:
    • Task executable: Select task executable to run. Set empty to run task in $PATH.
    • Taskfile: Select Taskfile.yml file to use.
    • Task: Input task name to run.
    • CLI arguments: Input CLI arguments to use.
    • Working directory
    • Environment variables: See Environment Variables
    • Variables: See Variables