microsoft / vscode-azurecli

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

Provide full hotkeys documentation #33

Closed marb21 closed 6 years ago

marb21 commented 6 years ago

First of all.. This is an awesome extension! I would like to understand all the hotkeys. For example, after writing "az vm create"... press any hotkey and automatically write the required parameters to create a VM.

Thanks!

chrmarti commented 6 years ago

There are not that many. There is a list on the "Contributions" tab when you open the extension from the extensions viewlet: image

"Toggle Live Query" is somewhat experimental and updates what you see in the editor opened to the right after running "Run Line in Editor".

To get the list of required options you can use one of the snippets: On a new line of a .azcli file type createvm and press Enter to insert that snippet.