microsoft / vscode-azurecli

VS Code extension for the Azure CLI 2.0
MIT License
71 stars 46 forks source link

[Feature Request] Provide completion list for default settings via the "az configure" command #5

Open lostintangent opened 7 years ago

lostintangent commented 7 years ago

It would be awesome if this extension provided a completion list for valid setting names when typing az configure --defaults (e.g. web, location, group, acs). The CLI itself doesn't even provide this information in a single place, or in the help text for the az configure command (since --defaults isn't an enum property), so that may be a feature request for the CLI. However, I tend not to use completion in the CLI, so the feature "feels" more useful in the context of this extension :)