diff --git a/README.md b/README.md index 662840a8379..ec8544e9a27 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,19 @@ Please check [Tips for using Azure CLI effectively](https://docs.microsoft.com/e For more usage examples, take a look at our [GitHub samples repo](http://github.com/Azure/azure-cli-samples) or [https://docs.microsoft.com/cli/azure/overview](https://docs.microsoft.com/cli/azure/overview). +### Write and run commands in Visual Studio Code + +With the [Azure CLI Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azurecli) Visual Studio Code extension, you can create `.azcli` files and use these features: +- IntelliSense for commands and their arguments. +- Snippets for commands, inserting required arguments automatically. +- Run the current command in the integrated terminal. +- Run the current command and show its output in a side-by-side editor. +- Show documentation on mouse hover. +- Display current subscription and defaults in status bar. +- To enable IntelliSense for other file types like `.ps1` or `.sh`, see [microsoft/vscode-azurecli#48](https://github.com/microsoft/vscode-azurecli/issues/48). + +![Azure CLI Tools in Action](https://github.com/microsoft/vscode-azurecli/blob/main/images/in_action.gif?raw=true) + ## Data Collection The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices. @@ -179,7 +192,7 @@ $ pip3 install --upgrade --pre azure-cli --extra-index-url https://azurecliprod. The edge build is generated for each PR merged to the `dev` branch as a part of the Azure DevOps Pipelines. -## Get builds of arbitrary commit or PR +### Get builds of arbitrary commit or PR If you would like to get builds of arbitrary commit or PR, see: