Mage Runner is a Visual Studio Code extension that allows you to manage and run Mage targets directly from the VS Code UI. It provides an intuitive interface to list, and execute Mage targets, as well as navigate to their definitions in the source code.
Features
List Mage Targets: Automatically detect and display all Mage targets in your workspace.
Run Targets: Execute Mage targets directly from the tree view.
Go to Definition: Navigate to the source code definition of a Mage target.
Integrated Terminal: Run Mage commands in the VS Code terminal.
Requirements
Mage must be installed and available in your system's PATH.
Your workspace must contain a magefile.go file or a magefiles directory with .go files defining Mage targets.