vscode-composer icon indicating copy to clipboard operation
vscode-composer copied to clipboard

Composer: Run Script - Auto-detect defined scripts

Open kAlvaro opened this issue 7 years ago • 1 comments

The Composer: Run Script works flawlessly but you need to type the script name every time. It'd be nice if it could auto-detect available scripts and either expose them as commands:

Composer: Run Script → start Composer: Run Script → build Composer: Run Script → …

… or feed them to some drop-down list or auto-completion thingie.

You can get a script list with composer run-script --list or parsing composer.json.

kAlvaro avatar Aug 17 '18 12:08 kAlvaro

Anyone interested in picking this up for development?

ikappas avatar Apr 03 '22 17:04 ikappas