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/ide/copilot-edits.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: 'GitHub Copilot Edits (Preview) in Visual Studio'
3
-
description: Use GitHub Copilot Edits (Preview) to iterate quickly on code changes across multiple files in Visual Studio version 17.13 Preview 2 and later.
4
-
ms.date: 1/16/2025
2
+
title: 'GitHub Copilot Edits in Visual Studio'
3
+
description: Use GitHub Copilot Edits to iterate quickly on code changes across multiple files in Visual Studio version 17.13 and later.
4
+
ms.date: 2/11/2025
5
5
ms.topic: overview
6
6
author: anandmeg
7
7
ms.author: meghaanand
@@ -10,18 +10,17 @@ ms.subservice: ai-tools
10
10
ms.collection: ce-skilling-ai-copilot
11
11
monikerRange: '>= vs-2022'
12
12
---
13
-
# What is GitHub Copilot Edits (Preview)?
13
+
# What is GitHub Copilot Edits?
14
14
15
-
GitHub Copilot Edits, a preview feature of GitHub Copilot Chat, is designed to help iterating across multiple files more efficient. This feature is available as a preview experience in Visual Studio 2022 version 17.13 Preview 2 and later.
15
+
GitHub Copilot Edits, a feature of GitHub Copilot Chat, is designed to help iterating across multiple files more efficient. This feature is available with the release of Visual Studio 2022 version 17.13.
16
16
17
17
Edits combines the conversational flow of chat and an inline review experience, offering the following benefits:
18
18
-**Preview with clarity**: Know exactly what's being modified with a summary of the affected files and the proposed changes.
19
19
-**Review with flow**: View code diffs inline, directly in your editor. Use the `TAB` key to accept or the `Alt+Del` key to reject individual changes, or apply/dismiss all at once.
20
20
-**Iterate with confidence**: Use checkpoints to revisit earlier iterations of a code file or try an alternative approach anytime for new ideas.
21
21
22
22
## Prerequisites
23
-
24
-
+[Visual Studio 2022 version 17.13 Preview 2](/visualstudio/releases/2022/release-history) or later.
23
+
+[Visual Studio 2022 version 17.13](/visualstudio/releases/2022/release-history) and later offer Copilot Edits.
25
24
+[Sign in to Visual Studio using a GitHub account](work-with-github-accounts.md) with [Copilot access](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot). <br/>
26
25
+ You can use [GitHub Copilot for Free](copilot-free-plan.md). Sign up and leverage AI to code faster and more efficiently.
0 commit comments