Skip to content

Commit 904b6a4

Browse files
[MERGE on 2023-11-28]docs: Update marketplace page (#1533)
* docs: Update vsc marketplace page with Amazon Q info - GIF will w=not be available until we merge it in to public repo Signed-off-by: nkomonen <[email protected]> * marketplace: CW description update Updated to use new description provided by Ankit Signed-off-by: nkomonen <[email protected]> * extension: Update description Includes Amazon Q in the extension description based off the changes proposed by Ankit Signed-off-by: nkomonen <[email protected]> --------- Signed-off-by: nkomonen <[email protected]>
1 parent 39d429d commit 904b6a4

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

README.quickstart.vscode.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
The AWS Toolkit lets you interact with AWS directly from VS Code. Ready to install? See [Getting Started](#getting-started).
22

3+
## [Amazon Q (preview)](https://aws.amazon.com/q/)
4+
5+
Amazon Q is your conversational assistant for building, maintaining, and transforming applications. Amazon Q can do the following from the IDE:
6+
7+
- Answer questions about AWS
8+
- Answer questions about general programming concepts
9+
- Explain what a line of code or code function does
10+
- Write unit tests and code
11+
- Debug and fix code
12+
- Refactor code
13+
14+
![Amazon Q](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/codewhispererChat.gif)
15+
316
## [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/)
417

5-
Build applications faster and more securely with your AI coding companion
18+
An AI powered productivity tool for the IDE.
619

7-
- **Real-time code suggestions** - accelerate application development with automatic code recommendations based on your code and comments
20+
- **Real-time code suggestions** - automatic code recommendations in 15+ languages, now including infrastructure as code (CloudFormation, AWS CDK, and Terraform)
821
- **Optimized for use with AWS services** - code suggestions are optimized for AWS APIs including Amazon Elastic Compute Cloud (Amazon EC2), AWS Lambda, and Amazon Simple Storage Service (Amazon S3)
9-
- **Built-in security scans** - Scan your code to detect hard-to-find vulnerabilities, and get code suggestions to remediate them immediately
22+
- **Built-in security scans** - Scan your code to detect hard-to-find vulnerabilities and get code suggestions to remediate them immediately
1023

1124
![CodeWhisperer](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/codewhisperer.gif)
1225

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit - Amazon Q, CodeWhisperer, and more",
4-
"description": "Including CodeWhisperer, CodeCatalyst, and support for Lambda, S3, CloudWatch Logs, and many other services",
4+
"description": "Including Amazon Q, CodeWhisperer, CodeCatalyst, and support for Lambda, S3, CloudWatch Logs, and many other services",
55
"version": "2.0.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"

0 commit comments

Comments
 (0)