Run Taskfile.yml (Task) tasks from the IDE.
Features
- Run configuration: a
Taskfile run configuration type, with autocompletion for task names, task-level variables, environment variables, and an optional PTY. - Task Explorer tool window: every Taskfile in the project as a tree, with run, navigate-to-definition, and toggles for internal tasks and task descriptions. Refreshes itself when a Taskfile changes.
- Gutter icons: a run icon next to every task in a Taskfile, right in the editor.
- Run Anything: type
task <name> in the Run Anything popup (Ctrl+Ctrl) to complete and run a task.
Requirements
- Install
task. See here - Make sure the
task command is in your PATH
Usage
- Open 'Run/Debug Configurations' and add a
Taskfile configuration, or - open the
Task Explorer tool window and run a task from the tree, or - click the run icon in the gutter next to a task in a Taskfile, or
- press Ctrl twice and type
task <name>.