Skip to content

Commit 588fbca

Browse files
authored
[Already shipped] CCR support in JetBrains IDEs #19853 (#57652)
1 parent f814408 commit 588fbca

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

content/copilot/concepts/agents/code-review.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This article provides an overview of {% data variables.copilot.copilot_code-revi
3131
* {% data variables.product.prodname_vscode_shortname %}
3232
* {% data variables.product.prodname_vs %}
3333
* Xcode
34+
* JetBrains IDEs
3435

3536
{% data variables.copilot.copilot_code-review_short %} is—with one exception—a premium feature, available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans.
3637

content/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,31 @@ These instructions explain how to use {% data variables.copilot.copilot_code-rev
209209
1. Click another file in the **Reviewed Changes** list in the chat window, to see the review comments for another file.
210210

211211
{% endxcode %}
212+
213+
{% jetbrains %}
214+
215+
## Prerequisites
216+
217+
* **Access to {% data variables.product.prodname_copilot_short %}**. {% data reusables.copilot.subscription-prerequisite %}
218+
219+
* **Compatible JetBrains IDE**. To use {% data variables.product.prodname_copilot %} in JetBrains, you must have a compatible JetBrains IDE installed. {% data variables.product.prodname_copilot %} is compatible with the following IDEs:
220+
221+
{% data reusables.copilot.jetbrains-compatible-ides %}
222+
223+
{% data reusables.copilot.jetbrains-plugin-prerequisites %}
224+
225+
## Using {% data variables.copilot.copilot_code-review_short %}
226+
227+
These instructions explain how to use {% data variables.copilot.copilot_code-review_short %} in JetBrains IDEs. To see instructions for other popular coding environments, click the appropriate tab at the top of the page.
228+
229+
1. In a JetBrains IDE, make some changes to one or more files.
230+
1. Open the "Commit" tool window on the left-hand side.
231+
1. Above the commit message input field, click **Copilot: Review Code Changes**. This button appears as a magnifying glass icon with a sparkle.
232+
1. {% data variables.product.prodname_copilot_short %} will begin reviewing your changes.
233+
1. {% data variables.product.prodname_copilot_short %} displays comments in your code with a summary of each potential issue. You can:
234+
235+
* Review and make changes based on the suggestions.
236+
* Dismiss a comment by clicking **Discard**.
237+
1. If there is more than one comment, use the up and down arrows, at the top right of the popup, to navigate between comments.
238+
239+
{% endjetbrains %}

0 commit comments

Comments
 (0)