Skip to content

Commit 9caf3bf

Browse files
authored
Modify plugin descriptions for marketplace content (#4402)
1 parent 79ac5cb commit 9caf3bf

File tree

8 files changed

+43
-46
lines changed

8 files changed

+43
-46
lines changed

marketplaceGifs/JB-auth-Q.gif

1.06 MB
Loading
2.28 MB
Loading

marketplaceGifs/JB-chat.gif

1.94 MB
Loading

marketplaceGifs/JB-inline.gif

614 KB
Loading

marketplaceGifs/JB-transform.png

190 KB
Loading

plugins/amazonq/src/main/resources/META-INF/plugin.xml

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,41 @@
44
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" require-restart="true">
55
<id>amazon.q</id>
66
<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>
1042
<version>1.0</version>
1143
<vendor email="[email protected]" url="https://github.com/aws/aws-toolkit-jetbrains">AWS</vendor>
1244
<idea-version since-build="232" />

plugins/core/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" require-restart="true">
55
<id>aws.toolkit.core</id>
66
<name>AWS Core</name>
7-
<description>
8-
Aws Core Plugin required for AWS Toolkit and Amazon Q
9-
</description>
7+
<description><![CDATA[
8+
<p>This plugin is required to use the <a href="https://plugins.jetbrains.com/plugin/24267-amazon-q/>Amazon Q</a> or <a href="https://plugins.jetbrains.com/plugin/11349-aws-toolkit--amazon-q-codewhisperer-and-more">AWS Toolkit</a> plugins. It will be automatically installed if you install either plugin.</p>
9+
]]></description>
1010
<vendor email="[email protected]" url="https://github.com/aws/aws-toolkit-jetbrains">AWS</vendor>
1111
<version>1.0</version>
1212
<idea-version since-build="232" />

plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,8 @@
1212
</xi:include>
1313

1414
<description><![CDATA[
15-
<h3><a href="https://aws.amazon.com/q">Amazon Q (preview)</a></h3>
16-
<p>Amazon Q is an interactive, generative AI-powered assistant that gives you expert guidance when building, troubleshooting, and transforming applications on AWS.</p>
17-
18-
<p>Amazon Q can help you with the following:</p>
19-
<ul>
20-
<li>
21-
Answer questions about AWS
22-
</li>
23-
<li>
24-
Answer questions about general programming concepts
25-
</li>
26-
<li>
27-
Explain what a line of code or code function does
28-
</li>
29-
<li>
30-
Write unit tests and code
31-
</li>
32-
<li>
33-
Debug and fix code
34-
</li>
35-
<li>
36-
Refactor code
37-
</li>
38-
</ul>
39-
<img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/amazonQ.gif"></img>
40-
41-
<h3><a href="https://aws.amazon.com/codewhisperer/">Amazon CodeWhisperer</a></h3>
42-
<p>An AI powered productivity tool for the IDE.</p>
43-
44-
<ul>
45-
<li>
46-
<b>Real-time code suggestions</b> - automatic code recommendations in 15+ languages, now including infrastructure as code (CloudFormation, AWS CDK, and Terraform)
47-
</li>
48-
<li>
49-
<b>Optimized for use with AWS services</b> - code suggestions are optimized for AWS APIs including Amazon Elastic Compute Cloud (Amazon EC2), AWS Lambda, and Amazon Simple Storage Service (Amazon S3)
50-
</li>
51-
<li>
52-
<b>Built-in security scans</b> - Scan your code to detect hard-to-find vulnerabilities and get code suggestions to remediate them immediately
53-
</li>
54-
</ul>
15+
<h3><a href="https://aws.amazon.com/q">Amazon Q and CodeWhisperer</a></h3>
16+
<p>CodeWhisperer is now part of Amazon Q. <a href="https://plugins.jetbrains.com/plugin/24267-amazon-q/">Try the Amazon Q extension.</a></p>
5517
5618
<h3><a href="https://codecatalyst.aws/explore">Amazon CodeCatalyst</a></h3>
5719
<p>Unified software development service to quickly build and deliver applications on AWS.</p>
@@ -89,6 +51,9 @@
8951
</li>
9052
</ul>
9153
54+
<h3>Getting started</h3>
55+
<img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/JB-auth-Toolkit.gif"></img>
56+
9257
<h3>About</h3>
9358
<p>
9459
The AWS Toolkit for JetBrains makes it easier to write applications built on <a href="https://aws.amazon.com/">Amazon Web Services</a>.

0 commit comments

Comments
 (0)