Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>make-magicNew to Visual Studio Code? Get it now.
make-magic

make-magic

Xackery

|
639 installs
| (0) | Free
Makefile commands in your command palette
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Make Magic

Make Magic is an extension to simplify running make commands. It adds your Makefile commands to the command palette under the make command.

Features

Selecting the make command palette:

Make example

Will show a list of Makfile commands:

Command example

On selection, your active terminal (or a new one) runs the selected command.

Requirements

A Makefile must be in the your workspace folder root, named either Makefile or makefile.

Note that a comment must be right before the command for make magic to pick it up as a description, (.PHONY can be declared between comment and command, however)

Release Notes

0.0.2

Add (none) option on make command palette when no Makefile exists, or an no entry Makefile is detected

0.0.1

Initial release of make-magic

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft