Skip to content

Commit 29af3c0

Browse files
Merge pull request #13600 from ayim/ayim_edits_ga
Remove preview monikers for Copilot Edits GA
2 parents e96bb9c + 6d8c916 commit 29af3c0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/ide/copilot-edits.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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
55
ms.topic: overview
66
author: anandmeg
77
ms.author: meghaanand
@@ -10,18 +10,17 @@ ms.subservice: ai-tools
1010
ms.collection: ce-skilling-ai-copilot
1111
monikerRange: '>= vs-2022'
1212
---
13-
# What is GitHub Copilot Edits (Preview)?
13+
# What is GitHub Copilot Edits?
1414

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.
1616

1717
Edits combines the conversational flow of chat and an inline review experience, offering the following benefits:
1818
- **Preview with clarity**: Know exactly what's being modified with a summary of the affected files and the proposed changes.
1919
- **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.
2020
- **Iterate with confidence**: Use checkpoints to revisit earlier iterations of a code file or try an alternative approach anytime for new ideas.
2121

2222
## 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.
2524
+ [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/>
2625
+ You can use [GitHub Copilot for Free](copilot-free-plan.md). Sign up and leverage AI to code faster and more efficiently.
2726

0 commit comments

Comments
 (0)