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: content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,11 +113,7 @@ See [inline chat](https://code.visualstudio.com/docs/copilot/copilot-chat#_inlin
113
113
114
114
### Using edit mode
115
115
116
-
1. To start an edit session, select **Open Chat** from the {% data variables.product.prodname_copilot_chat_short %} menu.
117
-
1. At the bottom of the chat panel, select **Edit** from the mode dropdown.
118
-
119
-

120
-
116
+
1. To start an edit session, select **Open {% data variables.product.prodname_copilot_edits_short %}** from the {% data variables.product.prodname_copilot_chat_short %} menu.
121
117
1. Optionally, add relevant files to the _working set_ to indicate to {% data variables.product.prodname_copilot %} which files you want to work on.
122
118
1. Submit a prompt. In response to your prompt, {% data variables.product.prodname_copilot_edits_short %} determines which files in your _working set_ to change and adds a short description of the change.
123
119
1. Review the changes and **Apply** or **Discard** the edits for each file.
@@ -126,8 +122,10 @@ For more detailed instructions, see [{% data variables.product.prodname_copilot_
126
122
127
123
### Using agent mode
128
124
129
-
1. To start an edit session, select **Open Chat** from the {% data variables.product.prodname_copilot_chat_short %} menu.
130
-
1. At the bottom of the chat panel, select **Agent** from the mode dropdown.
125
+
{% data reusables.copilot.agent-mode-public-preview-note %}
126
+
127
+
1. To start an edit session, select **Open {% data variables.product.prodname_copilot_edits_short %}** from the {% data variables.product.prodname_copilot_chat_short %} menu.
128
+
1. Select **Agent** from the mode dropdown menu.
131
129
1. Submit a prompt. In response to your prompt, {% data variables.product.prodname_copilot_short %} streams the edits in the editor, updates the working set, and if necessary, suggests terminal commands to run.
132
130
1. Review the changes. If {% data variables.product.prodname_copilot_short %} suggested terminal commands, confirm whether or not {% data variables.product.prodname_copilot_short %} can run them. In response, {% data variables.product.prodname_copilot_short %} iterates and performs additional actions to complete the task in your original prompt.
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,6 +337,8 @@ If you want to accept the next line of a suggestion, you will need to set a cust
337
337
338
338
## About {% data variables.copilot.next_edit_suggestions %}
339
339
340
+
> [!NOTE] {% data variables.copilot.next_edit_suggestions_caps %} is currently in {% data variables.release-phases.public_preview %} and is subject to change.
341
+
340
342
Inline suggestions autocomplete code, but many development tasks involve editing existing code. {% data variables.copilot.next_edit_suggestions_caps %} assists with edits both at the cursor and in other relevant parts of the code, helping maintain consistency and streamline changes.
341
343
342
344
{% data variables.copilot.next_edit_suggestions_caps %} predicts where and what edits may be needed based on ongoing changes. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change.
Copy file name to clipboardExpand all lines: content/issues/tracking-your-work-with-issues/using-issues/creating-an-issue.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,14 +171,6 @@ If you're using issues to track and prioritize your work, you can use issues to
171
171
172
172
{% endif %}
173
173
174
-
{% ifversion copilot %}
175
-
176
-
## Creating an issue from {% data variables.product.prodname_copilot_chat_short %}
177
-
178
-
You can create an issue from {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %} with the Model Context Protocol (MCP). For more information, see [AUTOTITLE](/copilot/customizing-copilot/extending-copilot-chat-with-mcp).
0 commit comments