Skip to content

Commit 23da2d4

Browse files
committed
Update README.md
1 parent d91f277 commit 23da2d4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ For development instruction, check [Development.md](DEVELOPMENT.md).
3232

3333
## Prerequisites
3434

35-
- [Node](https://nodejs.org/) installed to run the Copilot LSP.
3635
- Public network connection.
37-
- Active GitHub Copilot subscription (to use suggestion features).
38-
- Valid OpenAI API key (to use chat features).
36+
37+
For suggestion features:
38+
- [Node](https://nodejs.org/) installed to run the Copilot LSP.
39+
- Active GitHub Copilot subscription.
40+
41+
For chat and prompt to code features:
42+
- Valid OpenAI API key.
3943

4044
## Permissions Required
4145

@@ -153,6 +157,12 @@ If you need to end a plugin, you can just type
153157
| `/run` | Runs the command under the project root. You can also use environment variable `PROJECT_ROOT` to get the project root and `FILE_PATH` to get the editing file path.|
154158
| `/airun` | Create a command with natural language. You can ask to modify the command if it is not what you want. After confirming, the command will be executed by calling the `/run` plugin. |
155159

160+
### Prompt to Code
161+
162+
- Prompt to Code: Open a prompt to code window, where you can use natural language to write or edit selected code.
163+
164+
Prompt to code commands are not available in comment mode.
165+
156166
## Key Bindings
157167

158168
It looks like there is no way to add default key bindings to commands, but you can set them up in `Xcode settings > Key Bindings`. You can filter the list by typing `copilot` in the search bar.

0 commit comments

Comments
 (0)