Skip to content

aliyun/alibabacloud-api-vscode-toolkit

Repository files navigation

Alibaba Cloud API Toolkit

Version Installs Ratings

The Alibaba Cloud API Toolkit for VSCode makes it easier to access Alibaba Cloud services.

English | 简体中文

Features

  • Alicloud Product Subscription: You can search for Alicloud products and subscribe to its APIs you want to use.

  • API Searching: You can search the Open API of Alibaba Cloud products to which you are subscribed.

  • API Document View: Clicking on an API can navigate you to a new tab which displays the corresponding API document, including descriptions, request parameters, response parameters and error codes.

  • Call the API: You can use the form to call the Alibaba Cloud API and see the response.

  • SDK Code Sample: You can get the SDK code samples and quickly open the corresponding SDK code in VS Code.

  • Code Snippets: You can use the code snippets to quickly generate the code.

  • Profiles Management : Manage your Alibaba Cloud profiles.

  • More features are under development, please stay tuned.

Extension UI Guide

VSCode Extension Guide

Product Searching ctrl+cmd+k

Product Searching

API Searching ctrl+cmd+l

API Serching

Call the API

API debugging

Note that the debugging needs to configure your AK credentials, click the left identity icon, you can add and switch the current AK credentials configuration.

manage profiles

SDK Code Sample

You can generate the SDK Sample by using the debugger form and then open it in your editor.

sdk demo

Code Snippets

You can use the code snippets to quickly generate the code.

Type your subscribed API into the editor and select the API snippet you want to generate.

code snippets Or use the keyboard shortcuts ctrl+cmd+l to search the API and select Insert snippets.

code snippets

Document enhancement

When writing SDK code, you can get more code sample references by viewing the OpenAPI description information and additional related sample links through the code documentation.

Document enhancement

Profiles Management

Add and switch your Alibaba Cloud profiles.

Feedback

Requirements

  • Need VS Code 1.75.0 or above.

License

See the Apache License 2.0.