Skip to content

Commit 13fb9ad

Browse files
committed
Add edit scenario
1 parent 6ce191d commit 13fb9ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/copilot/overview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Use the following keyboard shortcuts to start a chat conversation with Copilot:
4444
| Shortcut | Description |
4545
|----------|-------------|
4646
| `kb(workbench.action.chat.open)` | Open the **Chat view** and start a chat conversation with Copilot by using natural language. |
47+
| `kb(workbench.action.chat.openEditSession)` | Open the **Copilot Edits view** and start a code editing session across multiple files. |
4748
| `kb(workbench.action.quickchat.toggle)` | Open **Quick Chat** and ask a quick question to Copilot. |
4849
| `kb(inlinechat.start)` | Start **Inline Chat** to send a chat request to Copilot directly from the editor. Use natural language or use `/` commands to give instructions to Copilot. |
4950

@@ -54,6 +55,7 @@ Check our [Copilot cheat sheet](/docs/copilot/copilot-vscode-features.md) for an
5455
GitHub Copilot can provide assistance in a variety of scenarios:
5556

5657
* [Code completions in the editor](#code-completions-in-the-editor)
58+
* [Iterate on large changes across multiple files](#iterate-on-large-changes-across-multiple-files)
5759
* [Answer coding questions](#answer-coding-questions)
5860
* [Code refactoring and improvements](#code-refactoring-and-improvements)
5961
* [Fix coding issues](#fix-issues)
@@ -68,6 +70,12 @@ GitHub Copilot can provide assistance in a variety of scenarios:
6870

6971
![Inline chat suggests the implementation of a 'CalculateDaysBetweenDates' JavaScript function](images/overview/js-suggest.png)
7072

73+
### Iterate on large changes across multiple files
74+
75+
* **Start a AI-powered code editing session**. [Copilot Edits](/docs/copilot/copilot-edits.md) brings the conversational flow of Copilot Chat and fast feedback from Inline Chat together in one experience. Have an ongoing, multi-turn chat conversation on the side, while benefiting of inline code suggestions.
76+
77+
![Screenshot showing the Copilot Edits response for "Add a feedback field in the contact page" and showing the diff in the editor.](images/copilot-edits/copilot-edits-view-edits-in-file.png)
78+
7179
### Answer coding questions
7280

7381
* **Provide guidance and support for common coding tasks and challenges**. Ask Copilot about syntax or general programming concepts without requiring to navigate documentation or search online forums. Copilot gives responses in natural language format or in code snippet format. For example, you can ask questions such as "what is recursion?" or "how to create a singleton in Java?".
@@ -161,6 +169,7 @@ GitHub Copilot can provide assistance in a variety of scenarios:
161169
## Next steps
162170

163171
* [Get started with the Copilot in VS Code Quickstart](/docs/copilot/getting-started.md)
172+
* [Get started with editing across multiple files with Copilot Edits](/docs/copilot/copilot-edits.md)
164173
* [Get a quick overview of the Copilot features in VS Code](/docs/copilot/copilot-vscode-features.md)
165174

166175
## Additional resources

0 commit comments

Comments
 (0)