ikappas / vscode-composer

PHP Composer for Visual Studio Code
MIT License
24 stars 7 forks source link

Composer: Run Script - Auto-detect defined scripts #7

Open kAlvaro opened 6 years ago

kAlvaro commented 6 years ago

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.

ikappas commented 2 years ago

Anyone interested in picking this up for development?