Skip to content

Commit 0e18b3c

Browse files
Merge main into feature/dev-execution
2 parents 3f0d44b + 96b6c73 commit 0e18b3c

File tree

1 file changed

+11
-6
lines changed
  • plugins/toolkit/jetbrains-core/resources/META-INF

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
</xi:include>
1313

1414
<description><![CDATA[
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>
17-
1815
<h3><a href="https://codecatalyst.aws/explore">Amazon CodeCatalyst</a></h3>
1916
<p>Unified software development service to quickly build and deliver applications on AWS.</p>
2017
@@ -25,6 +22,17 @@
2522
</ul>
2623
</p>
2724
25+
<h3><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ide-extension.html">AWS CloudFormation Language Server</a></h3>
26+
27+
<ul>
28+
<li>
29+
Author templates with documentation on hover, code completion, and diagnostics from <a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> and <a href="https://docs.aws.amazon.com/cfn-guard/latest/ug/what-is-guard.html">CloudFormation Guard</a>
30+
</li>
31+
<li>
32+
Validate and deploy stacks with confidence using the change set diff view of resource and property-level modifications, view stack details such as events and resources, and explore resources in the new CloudFormation tool window
33+
</li>
34+
</ul>
35+
2836
<h3>View, modify, and deploy AWS resources</h3>
2937
3038
<ul>
@@ -34,9 +42,6 @@
3442
<li>
3543
<b>Resource Explorer</b> - View and manage AWS resources
3644
</li>
37-
<li>
38-
<b>CloudFormation Support</b> - Author templates with hover, code completion, and cfn-lint support, validate and deploy templates to stacks, and view stack information such as events and resources
39-
</li>
4045
<li>
4146
<b>Run/Debug Local Lambda Functions</b> - Locally test and step-through debug functions in a Lambda-like execution environment provided by the AWS SAM CLI. Supports Java, Python, Node.js, and .NET.
4247
</li>

0 commit comments

Comments
 (0)