|
4 | 4 | <idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" require-restart="true">
|
5 | 5 | <id>amazon.q</id>
|
6 | 6 | <name>Amazon Q</name>
|
7 |
| - <description> |
8 |
| - Amazon Q is an interactive, generative AI-powered assistant that gives you expert guidance when building, troubleshooting, and transforming applications on AWS. |
9 |
| - </description> |
| 7 | + <description><![CDATA[ |
| 8 | + <p>Amazon Q is your generative AI-powered assistant across the software development lifecycle.</p> |
| 9 | + <h3>Inline code suggestions</h3> |
| 10 | + <p>Code faster with inline code suggestions as you type.</p> |
| 11 | + <img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/JB-inline.gif"></img> |
| 12 | +<p><a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html">15+ languages supported including Java, Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more</a></p> |
| 13 | + <h3>Chat</h3> |
| 14 | + <p>Generate code, refactor existing code, explain code, and get answers to questions about software development.</p> |
| 15 | + <img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/JB-chat.gif"></img> |
| 16 | +
|
| 17 | + <h3>Security scans</h3> |
| 18 | + <p>Analyze and fix security vulnerabilities in your project.</p> |
| 19 | +<p><a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security-scans.html">10 languages supported including Java, Python, Javascript, Golang, and more</a></p> |
| 20 | +
|
| 21 | + <h3>Agent for software development</h3> |
| 22 | + <p>Let Amazon Q plan and implement new functionality across multiple files in your workspace. Type “/” in chat to open the quick actions menu and choose the “/dev” action.</p> |
| 23 | +
|
| 24 | + <h3>Agent for code transformation</h3> |
| 25 | + <p>Upgrade your Java applications in minutes, not weeks. Type “/” in chat to open the quick actions menu and choose the “/transform” action.</p> |
| 26 | + <p><a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#prerequisites">Currently supports upgrading Java 8 or 11 Maven projects to Java 17</a></p> |
| 27 | + <img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/JB-transform.png"></img> |
| 28 | +
|
| 29 | + <h3>Code reference log</h3> |
| 30 | + <p>Attribute code from Amazon Q that is similar to training data. When code suggestions similar to training data are accepted, they will be added to the code reference log.</p> |
| 31 | +
|
| 32 | + <h3>Getting Started</h3> |
| 33 | + <p><b>Free Tier</b> - create or log in with an AWS Builder ID (no AWS account needed!).<br> |
| 34 | + <b>Pro Tier</b> - if your organization is on the Amazon Q Developer Pro tier, log in with single sign-on. |
| 35 | + </p> |
| 36 | + <img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/JB-auth-Q.gif"></img> |
| 37 | +
|
| 38 | + <h3>Troubleshooting & feedback</h3> |
| 39 | + <p><a href="https://github.com/aws/aws-toolkit-jetbrains/issues/new?labels=bug&template=bug_report.md">File a bug</a> or <a href="https://github.com/aws/aws-toolkit-jetbrains/issues/new?labels=feature-request&template=feature_request.md">submit a feature request</a> on our Github repository.</p> |
| 40 | +
|
| 41 | +]]></description> |
10 | 42 | <version>1.0</version>
|
11 | 43 | < vendor email= "[email protected]" url= "https://github.com/aws/aws-toolkit-jetbrains">AWS</ vendor>
|
12 | 44 | <idea-version since-build="232" />
|
|
0 commit comments