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
"This command sends a message to the active chat tab. You can provide additional context through the \"Extra System Prompt\" as well."
202
202
)
203
203
}
204
-
SubSection(title:Text("Prompt to Code")){
204
+
SubSection(title:Text("Modification")){
205
205
Text(
206
206
"This command opens the prompt-to-code panel and executes the provided requirements on the selected code. You can provide additional context through the \"Extra Context\" as well."
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
8
8
9
9
## Features
10
10
11
-
- Code Suggestions (powered by GitHub Copilot and Codeium).
12
-
- Chat (powered by OpenAI ChatGPT).
13
-
-Prompt to Code (powered by OpenAI ChatGPT).
14
-
- Custom Commands to extend Chat and Prompt to Code.
11
+
- Code Suggestions
12
+
- Chat
13
+
-Modification
14
+
- Custom Commands to extend Chat and Modification.
15
15
16
16
## Table of Contents
17
17
@@ -297,7 +297,7 @@ This feature is recommended when you need to update a specific piece of code. So
297
297
- Polishing and correcting grammar and spelling errors in the documentation.
298
298
- Translating a localizable strings file.
299
299
300
-
#### Prompt to Code Scope
300
+
#### Modification Scope
301
301
302
302
The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.
303
303
@@ -307,14 +307,14 @@ You can use shorthand to represent a scope, such as `@sense`, and enable multipl
307
307
308
308
#### Commands
309
309
310
-
-Prompt to Code: Open a prompt to code window, where you can use natural language to write or edit selected code.
311
-
- Accept Prompt to Code: Accept the result of prompt to code.
310
+
-Write or Modify Code: Open a modification window, where you can use natural language to write or edit selected code.
311
+
- Accept Modification: Accept the result of modification.
312
312
313
313
### Custom Commands
314
314
315
-
You can create custom commands that run Chat and Prompt to Code with personalized prompts. These commands are easily accessible from both the Xcode menu bar and the context menu of the circular widget. There are 3 types of custom commands:
315
+
You can create custom commands that run Chat and Modification with personalized prompts. These commands are easily accessible from both the Xcode menu bar and the context menu of the circular widget. There are 3 types of custom commands:
316
316
317
-
-Prompt to Code: Run Prompt to Code with the selected code, and update or write the code using the given prompt, if provided. You can provide additional information through the extra system prompt field.
317
+
-Modification: Run Modification with the selected code, and update or write the code using the given prompt, if provided. You can provide additional information through the extra system prompt field.
318
318
- Send Message: Open the chat window and immediately send a message, if provided. You can provide more information through the extra system prompt field.
319
319
- Custom Chat: Open the chat window and immediately send a message, if provided. You can overwrite the entire system prompt through the system prompt field.
320
320
- Single Round Dialog: Send a message to a temporary chat. Useful when you want to run a terminal command with `/run`.
0 commit comments