IBM-Cloud / ibm-developer-extension-vscode

Extension for VS Code editor to enable IBM Cloud CLI capabilities from within the editing environment.
https://marketplace.visualstudio.com/items?itemName=IBM.ibm-developer
Apache License 2.0
13 stars 6 forks source link

pre-populate choices where possible #1

Open triceam opened 7 years ago

triceam commented 7 years ago

When performing an action, prepopulate field selection where applicable. IE: bx cf push could show a quick pick list of all cf apps, and let you select which one you want to push.

triceam commented 7 years ago

Added support for array-based quick pick lists. Wouldn't be hard to add Thenable (promises) pick list data provider for async lookups. if we want to do this