# alibaba-cloud-cli-extension-vscode **Repository Path**: aliyun/alibaba-cloud-cli-extension-vscode ## Basic Information - **Project Name**: alibaba-cloud-cli-extension-vscode - **Description**: The Alibaba Cloud CLI extension for VS Code. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VS Code extension for Alibaba Cloud CLI [![CI](https://img.shields.io/github/actions/workflow/status/aliyun/alibaba-cloud-cli-extension-vscode/CI.yml)](https://github.com/aliyun/alibaba-cloud-cli-extension-vscode/actions/workflows/CI.yml) [![codecov](https://img.shields.io/codecov/c/github/aliyun/alibaba-cloud-cli-extension-vscode)](https://codecov.io/github/aliyun/alibaba-cloud-cli-extension-vscode) [![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/alibabacloud-openapi.aliyuncli)](https://marketplace.visualstudio.com/items?itemName=alibabacloud-openapi.aliyuncli) [![Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/alibabacloud-openapi.aliyuncli)](https://marketplace.visualstudio.com/items?itemName=alibabacloud-openapi.aliyuncli) Notes for developing and running commands with the [Alibaba Cloud CLI](https://github.com/aliyun/aliyun-cli). ## Features ### Alibaba Cloud commands - [x] Syntax highlight for `.aliyun` files - [x] Codelens for Alibaba Cloud CLI commands - [x] Run Alibaba Cloud CLI command in terminal - [x] Run Alibaba Cloud CLI command in editor ![Codelens for CLI commands](./figures/codelens.png) - [x] Support command auto-completion ![Auto completion 1](./figures/auto-completion-1.png) ![Auto completion 2](./figures/auto-completion-2.png) ![Auto completion 2](./figures/auto-completion-3.png) ### Profiles management - [x] Switch between profiles ![Switch between profiles](./figures/profiles.png) ### Installation - [x] Auto-detect Alibaba Cloud CLI installation ## Requirements - Need VS Code 1.75.0 or above. ## Release Notes ### 1.0.0 Initial release --- ## License See the [MIT License](./LICENSE). ## For more information - [Alibaba Cloud CLI](https://github.com/aliyun/aliyun-cli)