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/copilot/overview.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Use the following keyboard shortcuts to start a chat conversation with Copilot:
44
44
| Shortcut | Description |
45
45
|----------|-------------|
46
46
|`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. |
47
48
|`kb(workbench.action.quickchat.toggle)`| Open **Quick Chat** and ask a quick question to Copilot. |
48
49
|`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. |
49
50
@@ -54,6 +55,7 @@ Check our [Copilot cheat sheet](/docs/copilot/copilot-vscode-features.md) for an
54
55
GitHub Copilot can provide assistance in a variety of scenarios:
55
56
56
57
*[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)
*[Code refactoring and improvements](#code-refactoring-and-improvements)
59
61
*[Fix coding issues](#fix-issues)
@@ -68,6 +70,12 @@ GitHub Copilot can provide assistance in a variety of scenarios:
68
70
69
71

70
72
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
+

78
+
71
79
### Answer coding questions
72
80
73
81
***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:
161
169
## Next steps
162
170
163
171
*[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)
164
173
*[Get a quick overview of the Copilot features in VS Code](/docs/copilot/copilot-vscode-features.md)
0 commit comments