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
Use Copilot Edits to start an AI-powered code editing session and iterate quickly on code changes across multiple files by using natural language. Copilot Edits applies the edits directly in the editor, where you can review them in-place, with the full context of the surrounding code. Copilot Edits brings the conversational flow of Copilot Chat and immediate feedback from Inline Chat together in one experience.
14
14
@@ -17,15 +17,12 @@ Copilot Edits can function in two modes:
17
17
*[*Edit mode*](#use-edit-mode): select which files to edit, provide the relevant context and prompt, and Copilot will suggest code edits.
18
18
*[*Agent mode*](#use-agent-mode-preview) (preview): let Copilot determine which files to edit and which commands to run. Copilot will autonomously use different [tools](#agent-mode-tools) to iterate and resolve issues to achieve the desired outcome.
19
19
20
-
> [!TIP]
21
-
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
22
-
23
20
The following video demonstrates how to use Copilot Edits to extend a basic Express app, such as adding a new page, navigation bar, and theme switcher.
24
21
25
22
<videosrc="images/copilot-edits/copilot-edits-hero.mp4"title="Use Copilot Edits to modify an Express app"loopcontrolsmuted></video>
26
23
27
-
> [!NOTE]
28
-
> The Copilot Edits feature is currently in preview. You can provide feedback and report problems in [our issues](https://github.com/microsoft/vscode-copilot-release/issues).
24
+
> [!TIP]
25
+
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
29
26
30
27
## Start a Copilot Edits session
31
28
@@ -285,7 +282,6 @@ Consider the following criteria
285
282
***Response time**: agent mode involves more steps to process a request, so it might take longer to get a response. For example, to determine the relevant context and files to edit, determine the plan of action, and more.
286
283
***Request quota**: in agent mode, depending on the complexity of the task, one prompt might result in many requests to the backend.
287
284
288
-
289
285
## Related content
290
286
291
287
*[Get a quick overview of the Copilot features in VS Code](/docs/copilot/copilot-vscode-features.md)
Copy file name to clipboardExpand all lines: docs/copilot/copilot-vscode-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Use natural language to chat with GitHub Copilot and get help with coding tasks.
42
42
> - Be specific, keep it simple, and ask follow-up questions to get the best results.
43
43
> - Provide context by attaching files, symbols, or selections to your chat prompt.
44
44
45
-
## Code editing session (Preview)
45
+
## Code editing session
46
46
47
47
Use Copilot Edits to start a code editing session where you can iterate quickly on AI-generated code edits that are applied directly across multiple files in your workspace.
0 commit comments