You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/use-vscode-extension.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Build, discover, try, and consume APIs from your Azure API center u
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 07/15/2024
7
+
ms.date: 08/01/2024
8
8
ms.author: danlep
9
9
ms.custom:
10
10
# Customer intent: As a developer, I want to use my Visual Studio Code environment to build, discover, try, and consume APIs in my organization's API center.
@@ -33,6 +33,9 @@ To build, discover, try, and consume APIs in your [API center](overview.md), you
33
33
*[Visual Studio Code](https://code.visualstudio.com/)
34
34
35
35
*[Azure API Center extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=apidev.azure-api-center)
36
+
37
+
> [!NOTE]
38
+
> Where noted, certain features are available only in the extension's pre-release version. When installing the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=apidev.azure-api-center&ssr=false#overview), you can choose to install the release version or a pre-release version. Switch between the two versions at any time by using the extension's **Manage** button context menu in the Extensions view.
36
39
37
40
The following Visual Studio Code extensions are optional and needed only for certain scenarios as indicated:
38
41
@@ -86,7 +89,10 @@ Visual Studio Code will open a diff view between the two API specifications. Any
86
89
87
90
## Generate OpenAPI specification file from API code
88
91
89
-
Use the power of GitHub Copilot with the Azure API Center extension for Visual Studio Code to create an OpenAPI specification file from your API code. Right click on the API code, select **Copilot** from the options, and select **Generate API documentation**. This will create an OpenAPI specification file.
92
+
Use the power of GitHub Copilot with the Azure API Center extension for Visual Studio Code to create an OpenAPI specification file from your API code. Right-click on the API code, select **Copilot** from the options, and select **Generate API documentation**. This will create an OpenAPI specification file.
93
+
94
+
> [!NOTE]
95
+
> This feature is available in the pre-release version of the API Center extension.
90
96
91
97
:::image type="content" source="media/use-vscode-extension/generate-api-documentation.gif" alt-text="Animation showing how to use GitHub Copilot to generate an OpenAPI spec from code." lightbox="media/use-vscode-extension/generate-api-documentation.gif":::
92
98
@@ -115,7 +121,7 @@ You can view the documentation for an API definition in your API center and try
115
121
> Depending on the API, you might need to provide authorization credentials or an API key to try the API.
116
122
117
123
> [!TIP]
118
-
> You can also use the extension to generate API documentation in Markdown, a format that's easy to maintain and share with end users. Right-click on the definition, and select **Generate Markdown**.
124
+
> Using the pre-release version of the extension, you can generate API documentation in Markdown, a format that's easy to maintain and share with end users. Right-click on the definition, and select **Generate Markdown**.
0 commit comments