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
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.
7
9
8
10
### Implement new features
9
11
10
-
`/dev` to task Amazon Q with generating new code across your entire project and implement features.
12
+
Generate new code across your entire project and implement features.
11
13
12
14
### Generate documentation
13
15
14
-
`/doc` to task Amazon Q with writing API, technical design, and onboarding documentation.
16
+
Write API, technical design, and onboarding documentation.
15
17
16
18
### Automate code reviews
17
19
18
-
`/review` to ask Amazon Q to perform code reviews, flagging suspicious code patterns and assessing deployment risk.
`/test` to ask Amazon Q to generate unit tests and add them to your project, helping you improve code quality, fast.
23
-
24
-
### Transform workloads
25
-
26
-
`/transform` to upgrade your Java applications in minutes, not weeks.
24
+
Generate unit tests and add them to your project, helping you improve code quality, fast.
27
25
28
26
<br>
29
27
30
28
# Core features
31
29
32
-
### Inline chat
33
-
34
-
Seamlessly initiate 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".
35
-
36
-
### Chat
30
+
### MCP support
37
31
38
-
Generate code, explain code, and get answers about software development.
32
+
Add Model Context Protocol (MCP) servers to give Amazon Q Developer access to important context.
39
33
40
34
### Inline suggestions
41
35
42
36
Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.
43
37
44
38
[_15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more_](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html)
45
39
46
-
### Code reference log
40
+
### Inline chat
41
+
42
+
Seamlessly 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".
47
43
48
-
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.
44
+
### Chat
45
+
46
+
Generate code, explain code, and get answers about software development.
49
47
50
48
<br>
51
49
@@ -55,8 +53,6 @@ Attribute code from Amazon Q that is similar to training data. When code suggest
55
53
56
54
**Pro Tier** - if your organization is on the Amazon Q Developer Pro tier, log in with single sign-on.
[File a bug](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=bug&projects=&template=bug_report.md) or [submit a feature request](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=feature-request&projects=&template=feature_request.md) on our Github repository.
Copy file name to clipboardExpand all lines: packages/amazonq/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "amazon-q-vscode",
3
3
"displayName": "Amazon Q",
4
-
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
4
+
"description": "The most capable generative AI–powered assistant for software development.",
0 commit comments