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: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow/AmazonQPanel.kt
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -220,12 +220,15 @@ class AmazonQPanel(val project: Project, private val scope: CoroutineScope) : Di
220
220
0
221
221
)
222
222
223
-
val errorJson =OBJECT_MAPPER.writeValueAsString(errorMessages)
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/Browser.kt
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -175,11 +175,19 @@ class Browser(parent: Disposable, private val webUri: URI, val project: Project)
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandler.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandlerTest.kt
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,22 @@ class TextDocumentServiceHandlerTest {
Copy file name to clipboardExpand all lines: plugins/amazonq/src/main/resources/META-INF/plugin.xml
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,34 +7,39 @@
7
7
<description><![CDATA[
8
8
<p>The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI</p>
9
9
10
-
<h2>Agent capabilities</h2>
10
+
<h2>Agentic coding experience</h2>
11
+
<p>Amazon Q Developer uses information across native and MCP server-based tools to intelligently perform actions beyond code suggestions, such as reading files, generating code diffs, and running commands based on your natural language instruction. Simply type your prompt in your preferred language and Q Developer will provide continuous status updates and iteratively apply changes based on your feedback, helping you accomplish tasks faster.</p>
12
+
11
13
<h3>Implement new features</h3>
12
-
<p><code>/dev</code> to task Amazon Q with generating new code across your entire project and implement features.</p>
14
+
<p>Generate new code across your entire project and implement features.</p>
13
15
14
16
<h3>Generate documentation</h3>
15
-
<p><code>/doc</code> to task Amazon Q with writing API, technical design, and onboarding documentation.</p>
17
+
<p>Write API, technical design, and onboarding documentation.</p>
16
18
17
19
<h3>Automate code reviews</h3>
18
-
<p><code>/review</code> to ask Amazon Q to perform code reviews, flagging suspicious code patterns and assessing deployment risk.</p>
<p><code>/test</code> to ask Amazon Q to generate unit tests and add them to your project, helping you improve code quality, fast.</p>
23
+
<p>Generate unit tests and add them to your project, helping you improve code quality, fast.</p>
22
24
23
25
<h3>Transform workloads</h3>
24
26
<p><code>/transform</code> to upgrade your Java applications in minutes, not weeks.</p>
25
27
26
28
<h2>Core features</h2>
27
29
30
+
<h3>MCP support</h3>
31
+
<p>Add Model Context Protocol (MCP) servers to give Amazon Q Developer access to important context.</p>
32
+
33
+
<h3>Inline suggestions</h3>
34
+
<p>Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.</p>
35
+
<p><i><a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html">15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more</a></i></p>
36
+
28
37
<h3>Inline chat</h3>
29
38
<p>Seamlessly initial chat within the inline coding experience. Select a section of code that you need assistance with and initiate chat within the editor to request actions such as "Optimize this code", "Add comments", or "Write tests".</p>
30
39
31
40
<h3>Chat</h3>
32
41
<p>Generate code, explain code, and get answers about software development.</p>
33
42
34
-
<h3>Inline suggestions</h3>
35
-
<p><Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.</p>
36
-
<p><i><a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html">15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more</a></i></p>
37
-
38
43
<h3>Code reference log</h3>
39
44
<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>
0 commit comments