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: docs/guides/use-vscode.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ To perform an automatic review, follow these steps:
20
20
21
21
1. Perform a Git commit using VSCode. After you do this, a dialog appears in your VSCode window, asking **Would you like to start a review?**
22
22
23
-
1. Click **Yes.** The CodeRabbit sidebar appears in your VSCode window.
23
+
1. Click **Yes**. The CodeRabbit sidebar appears in your VSCode window.
24
24
25
25
1. Wait for the review to complete. This might take a few minutes. To cancel a review in progress, click **Stop the review**.
26
26
27
27
After the review completes, you can browse and respond to review comments as described in [Work with code reviews](#work-with-code-reviews).
28
28
29
-
You can optionally configure the extension to either always or never perform automatic code reviews on commit, instead of displaying this yes-or-no dialog. For more information, see [Configure automatic review behavior](/guides/configure-vscode#auto-reviews).
29
+
You can optionally configure the extension to either always or never perform automatic code reviews on commit, instead of displaying this yes-or-no dialog. For more information, see [Configure automatic review behavior](/guides/config-vscode#auto-reviews).
30
30
31
31
For more control of code reviews performed using the CodeRabbit VSCode extension, you can manually request a review, as detailed in the following section.
32
32
@@ -78,15 +78,15 @@ If you agree with CodeRabbit about the suggested fix and want to apply to exactl
78
78
79
79
### Request help from your AI coding agent {#agent}
80
80
81
-
If CodeRabbit determines that an AI coding agent could help with resolving one of its comments, then it adds a star-shaped **Fix with AI** icon to the inline display of that comment. To request assistance from the AI coding agent associated with your IDE, click this icon.
81
+
If CodeRabbit determines that an AI coding agent could help with resolving one of its comments, then it adds a star-shaped **Fix with AI** icon to the inline display of that comment. To have the extension generate a request for an AI agent to address the comment, click this icon.
82
82
83
83
Depending upon your IDE and the current extension settings, the extension performs one of the following actions:
84
84
85
85
- If you are using VSCode with Copilot installed, then the extension can send the request directly to Copilot.
86
86
- If you have Claude Code installed, then the extension can send the request to the `claude` command-line program.
87
87
- As a fallback, the extension can copy the request, phrased as an AI prompt, to your clipboard. You can then manually paste this prompt into the coding AI of your IDE.
88
88
89
-
For more information about configuring this behavior, see [Configure AI agent integration](/guides/configure-vscode#agent).
89
+
For more information about configuring this behavior, see [Configure AI agent integration](/guides/config-vscode#agent).
90
90
91
91
### Ignore or collapse comments {#ignore}
92
92
@@ -104,4 +104,6 @@ If a past review comment no longer applies to the current state of your code, th
104
104
105
105
## What's next {#whats-next}
106
106
107
+
-[Configure the VSCode extension](/guides/config-vscode)
108
+
107
109
-[Uninstall the VSCode extension](/guides/uninstall-vscode)
0 commit comments