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
## Problem
/docs should be /doc
## Solution
fix it
---
<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
Copy file name to clipboardExpand all lines: packages/amazonq/README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,39 @@
6
6
# Agent capabilities
7
7
8
8
### Implement new features
9
+
9
10
`/dev` to task Amazon Q with generating new code across your entire project and implement features.
10
11
11
12
### Generate documentation
12
-
`/docs` to task Amazon Q with writing API, technical design, and onboarding documentation.
13
+
14
+
`/doc` to task Amazon Q with writing API, technical design, and onboarding documentation.
13
15
14
16
### Automate code reviews
17
+
15
18
`/review` to ask Amazon Q to perform code reviews, flagging suspicious code patterns and assessing deployment risk.
16
19
17
20
### Generate unit tests
21
+
18
22
`/test` to ask Amazon Q to generate unit tests and add them to your project, helping you improve code quality, fast.
19
23
20
24
### Transform workloads
25
+
21
26
`/transform` to upgrade your Java applications in minutes, not weeks.
22
27
23
28
<br>
24
29
25
30
# Core features
26
31
27
32
### Inline chat
33
+
28
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".
29
35
30
36
### Chat
37
+
31
38
Generate code, explain code, and get answers about software development.
32
39
33
40
### Inline suggestions
41
+
34
42
Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.
35
43
36
44
[_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)
@@ -51,4 +59,4 @@ Attribute code from Amazon Q that is similar to training data. When code suggest
51
59
52
60
# Troubleshooting & feedback
53
61
54
-
[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.
62
+
[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.
0 commit comments